Skip to content

Commit

Permalink
Try the latest docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 10, 2024
1 parent 0ea1184 commit dd8e333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine_deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Build combine_deploy
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@v6.10.0
with:
context: "{{defaultContext}}:deploy"
push: true
Expand Down

0 comments on commit dd8e333

Please sign in to comment.