Skip to content

Commit

Permalink
ci: bump docker push action
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Jan 8, 2025
1 parent 5c0af52 commit c2a57d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
core.setOutput("tags", tags);
- name: Push Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
id: docker_build_and_push
with:
context: "${{ env.DOCKER_EXAMPLES_DIRECTORY }}/${{ env.backend_dir_name }}"
Expand Down

0 comments on commit c2a57d5

Please sign in to comment.