From 67dbcb2ea81a1c13f5711069a31e359a214e49d9 Mon Sep 17 00:00:00 2001 From: Javier Ferrer Date: Thu, 9 Jan 2025 13:22:34 +0000 Subject: [PATCH] restore quay tags --- .github/workflows/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 460b61cd..49a98376 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -59,6 +59,14 @@ jobs: file: 'target/universal/ot-platform-api-latest.zip' tags: true + - id: auth_quay + name: Log in to quay.io + uses: docker/login-action@v3 + with: + registry: quay.io + username: ${{ secrets.QUAY_USER }} + password: ${{ secrets.QUAY_PASSWORD }} + - id: auth_ghcr name: Log in to GitHub Container Registry uses: docker/login-action@v3 @@ -92,6 +100,8 @@ jobs: context: . push: true tags: | + quay.io/opentargets/platform-api:latest + quay.io/opentargets/platform-api:${{ env.TAG }} ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ env.TAG }} europe-west1-docker.pkg.dev/open-targets-eu-dev/platform-api/platform-api:latest