chore(deps): update docker/build-push-action action to v6 #28

Merged
morre merged 1 commits from renovate/docker-build-push-action-6.x into main 2024-08-04 10:34:39 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
code.mor.re/${{ github.repository }} code.mor.re/${{ github.repository }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 uses: https://github.com/docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}