From e16134f15b22522dc5102fc59901866f1be91a5b Mon Sep 17 00:00:00 2001 From: Avior Date: Sat, 25 Nov 2023 22:27:51 +0000 Subject: [PATCH] Update .github/workflows/build_and_check.yml --- .github/workflows/build_and_check.yml | 1 + 1 file changed, 1 insertion(+) 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