Skip to content

Commit

Permalink
changed VERSION on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 2, 2025
1 parent 82560db commit 24c57c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
REPO="cobirna/rnanue" # production repo
TAGS="$REPO:$VERSION,$REPO:latest" # push both tags
else
VERSION="dev" # development/test tag
REPO="cobirna/rnanue-dev" # development/test repo for PRs
TAGS="$REPO:latest" # only update 'latest' tag
fi
Expand Down

0 comments on commit 24c57c5

Please sign in to comment.