Skip to content

Commit

Permalink
Merge pull request #73 from chrisdoherty4/patch/ci-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Jan 3, 2023
1 parent ce336a3 commit 3534aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Login to quay.io
uses: docker/login-action@v1
if: ${{ startsWith(github.ref, 'refs/heads/main') }}
if: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/v') }}
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand All @@ -87,4 +87,4 @@ jobs:
cache-from: type=registry,ref=quay.io/tinkerbell/rufio:latest
tags: ${{ steps.image-meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
push: ${{ startsWith(github.ref, 'refs/heads/main') }}
push: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/v') }}

0 comments on commit 3534aa1

Please sign in to comment.