Skip to content

Commit

Permalink
fix quay tag
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg authored and jdhayhurst committed Jan 15, 2025
1 parent 8cc8288 commit 8c8616d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
context: .
push: true
tags: |
quay.io/opentargets/{{ env.REPO }}:${{ env.TAG }}
quay.io/opentargets/${{ env.REPO }}:${{ env.TAG }}
europe-west1-docker.pkg.dev/open-targets-eu-dev/platform-api/platform-api:${{ env.TAG }}
- id: generate-attestations
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
context: .
push: true
tags: |
quay.io/opentargets/{{ env.REPO }}:latest
quay.io/opentargets/{{ env.REPO }}:${{ env.TAG }}
quay.io/opentargets/${{ env.REPO }}:latest
quay.io/opentargets/${{ env.REPO }}:${{ env.TAG }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ env.TAG }}
europe-west1-docker.pkg.dev/open-targets-eu-dev/${{ env.REPO }}/${{ env.REPO }}:latest
Expand Down

0 comments on commit 8c8616d

Please sign in to comment.