diff --git a/.github/workflows/build_and_check.yml b/.github/workflows/build_and_check.yml index b3353aa..d505be4 100644 --- a/.github/workflows/build_and_check.yml +++ b/.github/workflows/build_and_check.yml @@ -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 }} \ No newline at end of file