Skip to content

Commit

Permalink
Merge pull request #28 from MatterMiners/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
giffels authored Jun 17, 2024
2 parents a762b76 + 578c99e commit 843aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.containers }}
push: ${{ github.repository == 'MatterMiners/container-stacks' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 843aa6d

Please sign in to comment.