Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jun 1, 2024
1 parent 14b1168 commit 8bd3d6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builds a docker image when a commit is made. Also pushes the build if the branch is 'master' or 'development'.

# Tag pattern
# 'master' - rolling
# 'master' - latest
# 'experimental' - experimental

name: Build and push docker (push/pull request)
Expand All @@ -10,6 +10,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- experimental
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
- name: Is branch "master"?
if: ${{ env.SPS_ALSA_EXPLORE_BRANCH == 'master' }}
run: |
echo "IMAGE_TAG_BASE=rolling" >> $GITHUB_ENV
echo "IMAGE_TAG_BASE=latest" >> $GITHUB_ENV
- name: Is branch "experimental"?
if: ${{ env.SPS_ALSA_EXPLORE_BRANCH == 'experimental' }}
Expand Down

0 comments on commit 8bd3d6b

Please sign in to comment.