Skip to content

Commit

Permalink
Merge pull request #8 from CryoRig/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
CryoRig authored Sep 17, 2024
2 parents e519fa3 + 77eb829 commit 3003478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-on-base-image-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: steps.baseupdatecheck.outputs.needs-updating == 'true'

- name: Build and push Docker images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "${{ github.workspace }}"
push: true
Expand Down

0 comments on commit 3003478

Please sign in to comment.