diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index 96a6ea8..4e0812b 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -78,7 +78,7 @@ jobs: projectVersion: "${{ github.ref_name }}" bomFilename: "${{ github.workspace }}/bom.xml" build-push-server-container: - runs-on: ubuntu-latest + runs-on: docker steps: - uses: actions/checkout@v3 - name: Setup dotnet @@ -95,9 +95,6 @@ jobs: uses: https://github.com/docker/login-action@v3 with: registry: forge.rainote.dev - tags: | - Wonderking/Continuity:latest - Wonderking/Continuity:${{ github.ref_name }} username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push @@ -105,7 +102,9 @@ jobs: with: context: ./Server/ push: true - tags: user/repo:latest + tags: | + Wonderking/Continuity:latest + Wonderking/Continuity:${{ github.ref_name }} platforms: linux/amd64,linux/arm64,linux/arm/v7 dependency-track-container: needs: build-push-server-container