Skip to content

Commit

Permalink
match release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sboschman committed Sep 27, 2022
1 parent d870a64 commit 784f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
path: _output/**

- name: Login to GitHub Container Registry
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/')
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release-')
uses: docker/login-action@v1
with:
registry: ghcr.io
Expand All @@ -317,7 +317,7 @@ jobs:

- name: Publish Artifacts to GitHub Container Registry
run: make -j2 publish BRANCH_NAME=${GITHUB_REF##*/}
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/')
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release-')
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_USR }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PSW }}
Expand Down

0 comments on commit 784f904

Please sign in to comment.