Skip to content

Commit

Permalink
Merge pull request #32 from TheDevMinerTV/renovate/docker-build-push-…
Browse files Browse the repository at this point in the history
…action-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
TheDevMinerTV authored Jul 9, 2024
2 parents b874384 + 32f6206 commit 9a25b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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
tags: ${{ env.FQDN }}:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: echo "RELEASE=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: "${{ env.FQDN }}:latest,${{ env.FQDN }}:${{ env.RELEASE }}"
Expand Down

0 comments on commit 9a25b8b

Please sign in to comment.