Skip to content

Commit

Permalink
don't prefix branch build with v
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Mar 28, 2024
1 parent 10597c4 commit e401f67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ runs:
images: ghcr.io/${{ github.repository }}
flavor: |
latest=${{ fromJSON(inputs.latest) }}
prefix=v
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=semver,pattern={{major}},prefix=v
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit e401f67

Please sign in to comment.