Skip to content

Commit

Permalink
Update Docker image tags in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsolopez committed Dec 18, 2023
1 parent fed6b45 commit cd105fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: .
file: ./Dockerfile.omop
push: true
tags: ghcr.io/${{ github.repository_owner }}/omop-deploy:latest
tags: ghcr.io/idea4rc/omop-deploy:latest

vocab-uploader:
name: Push OMOP Vocab Uploader image to GitHub Container Registry
Expand All @@ -47,4 +47,4 @@ jobs:
context: .
file: ./Dockerfile.vocab_upload
push: true
tags: ghcr.io/${{ github.repository_owner }}/omop-vocab-uploader:latest
tags: ghcr.io/idea4rc/omop-vocab-uploader:latest

0 comments on commit cd105fe

Please sign in to comment.