Merge pull request #8 from cupcakearmy/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 3 to 6
This commit is contained in:
Nicco 2024-12-17 15:04:42 +01:00 committed by GitHub
commit 11ea8f8084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ jobs:
# password: ${{ secrets.GITHUB_TOKEN }} # password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v6
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true