Skip to content

Commit

Permalink
Merge pull request #90 from UffizziCloud/feature/88_fix_empty_tag
Browse files Browse the repository at this point in the history
[88] fixed tag name
  • Loading branch information
moklidia authored Jul 17, 2023
2 parents 4736a8f + f3b8088 commit 143a92e
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_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 143a92e

Please sign in to comment.