Update docker/build-push-action action to v6
All checks were successful
Build Docker Image / build (push) Successful in 1m24s

This commit is contained in:
2024-09-15 22:00:36 +00:00
parent 8b886326a7
commit 4390d59232

View File

@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true