Compare commits

...

2 Commits

Author SHA1 Message Date
571bec654f chore(deps): update docker/build-push-action action to v6 (#6)
All checks were successful
Build and Publish / build (push) Successful in 53s
Build and Publish / deployment (push) Successful in 55s
Reviewed-on: #6
2024-07-04 07:46:38 +02:00
2f22d28d1f chore(deps): update docker/build-push-action action to v6 2024-07-02 15:54:04 +00:00

View File

@ -27,7 +27,7 @@ jobs:
# build and publish container # build and publish container
- name: 'Build and Publish' - name: 'Build and Publish'
uses: 'docker/build-push-action@v3' uses: 'docker/build-push-action@v6'
with: with:
context: '.' context: '.'
file: 'Dockerfile.linux.amd64' file: 'Dockerfile.linux.amd64'