Skip to content

Commit

Permalink
Update Quay image tag in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Dec 7, 2023
1 parent c665492 commit 0d4f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Build
run: |
docker login quay.io
docker build -t quay.io/ohsu-comp-bio/aced-etl ./etl-job
docker build -t quay.io/ohsu-comp-bio/aced-etl:${{ env.IMAGE_TAG }} ./etl-job
docker push quay.io/ohsu-comp-bio/aced-etl:${{ env.IMAGE_TAG }}

0 comments on commit 0d4f041

Please sign in to comment.