Skip to content

Commit

Permalink
restore quay tags
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg authored and remo87 committed Jan 9, 2025
1 parent 9a15324 commit 67dbcb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 67dbcb2

Please sign in to comment.