Skip to content

Commit

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

Chore(deps): Bump docker/build-push-action from 5 to 6
  • Loading branch information
till authored Dec 18, 2024
2 parents 653ce2c + e489c64 commit 6029e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
password: ${{ secrets.QUANTUM_REGISTRY_PASSWORD }}
- name: build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
password: ${{ secrets.QUANTUM_REGISTRY_PASSWORD }}
- name: build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand Down

0 comments on commit 6029e54

Please sign in to comment.