From 0f707db118b966e90ccecd8b5d723b5120ed807d Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Wed, 19 Apr 2023 18:33:22 +0200 Subject: [PATCH] bp --- .gitea/workflows/publish_package.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 512d341..a859032 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -58,12 +58,12 @@ jobs: username: henine password: "${{ secrets.PACKAGE_TOKEN }}" - # - name: Build and push - # uses: https://github.com/docker/build-push-action@v2 - # with: - # context: . - # file: ./Dockerfile - # push: true - # tags: - # - git.raptorpond.com/${{ github.repository }}:latest - # - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }} + - name: Build and push + uses: https://github.com/docker/build-push-action@v2 + with: + context: . + file: ./Dockerfile + push: true + tags: + - git.raptorpond.com/${{ github.repository }}:latest + - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }}