diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 5bf956e..5173e0a 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -32,12 +32,12 @@ jobs: command: publish args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token "Bearer ${{ secrets.PACKAGE_TOKEN }}" - # Publish-Docker: - # runs-on: ubuntu-latest - # needs: Publish-Cargo - # steps: - # - name: Check out repository code - # uses: https://github.com/actions/checkout@v3 + Publish-Docker: + runs-on: ubuntu-latest + needs: Publish-Cargo + steps: + - name: Check out repository code + uses: https://github.com/actions/checkout@v3 # - name: Write release version # run: |