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