Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
rapphil authored Aug 1, 2024
2 parents a3eb6b5 + 0a6ce30 commit 3cdd35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "commit-short-sha=$shortSha" >> $GITHUB_OUTPUT
- name: Build and push image to staging
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
context: .
Expand Down

0 comments on commit 3cdd35b

Please sign in to comment.