diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index db708c8..6c7f5de 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ env: CHART_DIR: helm/ jobs: - release: + go-binaries: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push steps: @@ -67,6 +67,10 @@ jobs: exit 1 fi + container-images: + runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push + steps: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3