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
This commit is contained in:
Simon Cornet 2024-07-04 07:46:38 +02:00
commit 571bec654f

View File

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