Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 17, 2023
2 parents b7f5a07 + 143a92e commit 555c2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
images: uffizzi/controller
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.ref_name == 'main') }}
type=ref,event=branch,enable=${{ github.ref_name == 'qa'}}
type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
type=ref,event=branch,enable=${{ github.ref_name == 'qa' }}
type=ref,event=pr
- name: Build and Push Image to Docker Hub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 555c2de

Please sign in to comment.