From b5a8d6716f27a6f71fedee162772067a72314a47 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Wed, 19 Apr 2023 18:29:34 +0200 Subject: [PATCH] bp --- .gitea/workflows/publish_package.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index afb7b47..a859032 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -1,6 +1,6 @@ name: Publish Cargo and Docker package run-name: ${{ github.actor }} is building ${{ github.repository }} -# on: +# on: # push: # tags: # - 'v[0-9]+.[0-9]+.[0-9]+' @@ -34,7 +34,7 @@ jobs: Publish-Docker: runs-on: ubuntu-latest - needs: [Publish-Cargo] + needs: Publish-Cargo steps: - name: Check out repository code uses: https://github.com/actions/checkout@v3 @@ -64,6 +64,6 @@ jobs: context: . file: ./Dockerfile push: true - tags: + tags: - git.raptorpond.com/${{ github.repository }}:latest - - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }} \ No newline at end of file + - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }}