Skip to content

Commit

Permalink
Merge pull request #35 from robomics/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
robomics authored Jun 19, 2024
2 parents 9c780d0 + 5257914 commit 252f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Build Docker image and push to registries
id: docker-build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ needs.collect-metadata.outputs.push }}
cache-from: type=gha,scope=${{ needs.collect-metadata.outputs.dockerfile }}
Expand Down

0 comments on commit 252f56b

Please sign in to comment.