Skip to content

Commit

Permalink
adding "dev-data" branch to the build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmotevalli committed Jun 4, 2024
1 parent 0dee04e commit d748e2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- dev-sample
- dev-data

jobs:

Expand All @@ -30,6 +31,8 @@ jobs:
run: |
if [[ "${{ github.ref }}" == "refs/heads/dev-sample" ]]; then
echo "::set-output name=tag::ghcr.io/auscope/auscope-ckan-dev:sample-latest"
elif [[ "${{ github.ref }}" == "refs/heads/dev-data" ]]; then
echo "::set-output name=tag::ghcr.io/auscope/auscope-ckan-dev:data-latest"
else
echo "::set-output name=tag::ghcr.io/auscope/auscope-ckan-dev:latest"
fi
Expand Down

0 comments on commit d748e2a

Please sign in to comment.