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 }}