Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kereis committed Dec 4, 2022
2 parents 387a270 + 3198383 commit cc8fdeb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,15 @@ jobs:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=sha
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern={{version}},suffix=-alpine
type=semver,pattern={{version}},suffix=-amd64-alpine
type=semver,pattern={{major}}.{{minor}},suffix=-alpine
type=semver,pattern={{major}}.{{minor}},suffix=-amd64-alpine
type=semver,pattern={{major}},suffix=-alpine
type=semver,pattern={{major}},suffix=-amd64-alpine
alpine
flavor: |
latest=false
suffix=-alpine
suffix=-amd64-alpine
- name: Prepare tags for arm32v7 build
id: docker_meta_arm32v7
Expand Down

0 comments on commit cc8fdeb

Please sign in to comment.