Skip to content

Commit

Permalink
Upgrades the docker/build-push-action to v5 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-carey authored Nov 2, 2023
1 parent 891012d commit a54b103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-build-ecr-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ runs:
run: bats --verbose-run -r ${{ github.action_path }}/build-ecr-image.bats
env:
ECR_REPOSITORY: ${{ inputs.aws-account-id }}.dkr.ecr.us-east-1.amazonaws.com/github-actions-tests
VERSION_TAG: ${{ inputs.ref || github.sha }}
VERSION_TAG: ${{ inputs.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
append: ${{ inputs.append }}

- name: 'Build docker image'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
add-hosts: ${{ inputs.add-hosts }}
allow: ${{ inputs.allow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
uses: ./.github/actions/test-build-ecr-image
with:
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}
ref: v2.2.0-rc.0
ref: v2.6.4-rc.0

0 comments on commit a54b103

Please sign in to comment.