Update .github/workflows/build_and_check.yml
All checks were successful
Build, check & Test / run (push) Successful in 1m55s

This commit is contained in:
Florian Bouillon 2023-11-25 22:27:51 +00:00
parent 83d66eb440
commit e16134f15b

View File

@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true
file: ./Dockerfile.static
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}