2 Commits

Author SHA1 Message Date
f240b8f0f6 Merge pull request 'Update docker/build-push-action action to v6' (#31) from renovate/docker-build-push-action-6.x into main
All checks were successful
tests / fmt (push) Successful in 1m37s
tests / clippy (push) Successful in 1m34s
tests / pre-commit (push) Successful in 1m32s
tests / test (push) Successful in 1m45s
renovate / renovate (push) Successful in 26s
deploy / release-image (push) Successful in 3m4s
tests / build (push) Successful in 5m52s
Reviewed-on: #31
2025-03-05 03:37:47 +01:00
c9837e456e Update docker/build-push-action action to v6
All checks were successful
tests / fmt (push) Successful in 57s
tests / clippy (push) Successful in 1m43s
tests / build (push) Successful in 1m55s
tests / pre-commit (push) Successful in 1m42s
tests / test (push) Successful in 2m7s
2025-03-05 02:31:29 +00:00

View File

@@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
with:
platforms: |
linux/amd64