Skip to content

Commit

Permalink
Merge pull request #46 from nlnwa/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
2 parents f0b2fff + 2efd85e commit da9f561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Build container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit da9f561

Please sign in to comment.