Skip to content

Commit

Permalink
Merge pull request #33 from mdeous/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6.12.0
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
2 parents aa1d1ab + 45242d7 commit e73c5ac
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 @@ -51,7 +51,7 @@ jobs:
run: docker pull ghcr.io/${IMAGE_NAME}:latest || true

- name: Build image
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
pull: true
push: false
Expand Down

0 comments on commit e73c5ac

Please sign in to comment.