Skip to content

Commit

Permalink
LASB-2748: Moved checkout action to the calling workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Dec 8, 2023
1 parent 0f58c05 commit 3d1ff68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ inputs.ecr-role }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cp-build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
environment: development
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Build and push docker image
uses: ./.github/workflows/build-and-push-docker.yml
with:
Expand Down

0 comments on commit 3d1ff68

Please sign in to comment.