Skip to content

Commit

Permalink
pin docker/build-push-action to latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Baptista Aguas <[email protected]>
  • Loading branch information
abaguas committed Sep 28, 2024
1 parent 0581a5a commit c6d3c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curldemo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: ./deploy/test-apps/curldemo/
file: ./deploy/test-apps/curldemo/Dockerfile
Expand Down

0 comments on commit c6d3c3c

Please sign in to comment.