Skip to content

Commit

Permalink
Merge pull request #88 from ASFHyP3/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
jtherrmann authored Sep 22, 2023
2 parents da3590f + 8bf8918 commit bb899a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
- name: Build, tag, and push image to Amazon ECR
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
- name: Build, tag, and push image to GitHub Container Registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ ! github.event.pull_request.head.repo.fork }}
Expand Down

0 comments on commit bb899a7

Please sign in to comment.