Skip to content

Commit

Permalink
ci: finale
Browse files Browse the repository at this point in the history
  • Loading branch information
marmiha committed Feb 22, 2023
1 parent 36580f1 commit 4cdfc62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,9 @@ jobs:

with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=true
prefix=
suffix=
tags: |
type=ref,event=pr
type=ref,event=branch,prefix=edge-
type=ref,event=tag,prefix=latest,value=,enable={{is_default_branch}}
type=semver,pattern={{raw}},enable={{is_default_branch}}
type=semver,pattern={{version}},enable={{is_default_branch}}
type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') && github.ref == format('refs/heads/{0}', 'master') }}
Expand Down

0 comments on commit 4cdfc62

Please sign in to comment.