Skip to content

Commit

Permalink
Update proxy-verifier.yml (#828)
Browse files Browse the repository at this point in the history
Fix ignoring docker push on release tag
  • Loading branch information
rimrakhimov authored Apr 9, 2024
1 parent 78ce81e commit 9a67e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proxy-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
id: regex
with:
text: ${{ github.ref }}
regex: '^(refs\/tags\/{{project-name}}\/(v\d+\.\d+\.\d+))|(refs\/heads\/(main))$'
regex: '^(refs\/tags\/proxy-verifier\/(v\d+\.\d+\.\d+))|(refs\/heads\/(main))$'

- name: Extract tag name
id: tags_extractor
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:build-cache
cache-to: ${{ github.ref == 'refs/heads/main' && format('type=registry,ref={0}/{1}:build-cache,mode=max', env.REGISTRY, env.IMAGE_NAME) || '' }}


0 comments on commit 9a67e11

Please sign in to comment.