Skip to content

Commit

Permalink
cleanup tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Brandt committed Oct 25, 2021
1 parent abc8f27 commit 2f2565f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
jobs:

build-secrets:
#needs: checkout_meta
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -44,7 +43,6 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{hotfix}}
type=semver,pattern={{major}}.{{minor}}
Expand Down Expand Up @@ -85,7 +83,6 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{hotfix}}
type=semver,pattern={{major}}.{{minor}}
Expand Down Expand Up @@ -126,7 +123,6 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{hotfix}}
type=semver,pattern={{major}}.{{minor}}
Expand Down Expand Up @@ -168,7 +164,6 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{hotfix}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 2f2565f

Please sign in to comment.