Skip to content

Commit

Permalink
Merge pull request #5 from jsfillman/DEVOPS-728-ghatags
Browse files Browse the repository at this point in the history
Devops 728 ghatags
  • Loading branch information
jsfillman authored Feb 23, 2022
2 parents d5e4819 + b47ef8c commit 4d8332f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts/develop_rc_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ docker build --build-arg BUILD_DATE="$DATE" \
--label us.kbase.vcs-pull-req="$PR" \
-t ghcr.io/"$MY_ORG"/"$MY_APP":"$VER""-rc" \
-t ghcr.io/"$MY_ORG"/"$MY_APP":"latest" .
docker push ghcr.io/"$MY_ORG"/"$MY_APP":"$VER""-rc"
docker push ghcr.io/"$MY_ORG"/"$MY_APP":"$VER""-rc"
docker push ghcr.io/"$MY_ORG"/"$MY_APP":"latest"
1 change: 1 addition & 0 deletions .github/workflows/scripts/prod_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ docker build --build-arg BUILD_DATE="$DATE" \
-t ghcr.io/"$MY_ORG"/"$MY_APP":"$VER""-rc" \
-t ghcr.io/"$MY_ORG"/"$MY_APP":"latest" .
docker push ghcr.io/"$MY_ORG"/"$MY_APP":"$VER""-rc"
docker push ghcr.io/"$MY_ORG"/"$MY_APP":"latest"

0 comments on commit 4d8332f

Please sign in to comment.