Compare commits

...

2 commits

Author SHA1 Message Date
5991a7543b Merge pull request 'Update docker/build-push-action action to v6' (#65) from renovate/docker-build-push-action-6.x into main
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Has been cancelled
Reviewed-on: #65
2025-03-11 22:18:37 +00:00
3d7a0668c9 Update docker/build-push-action action to v6 2024-09-12 20:00:13 +00:00

View file

@ -26,7 +26,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
platforms: linux/amd64,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
push: true push: true