Skip to content

Commit

Permalink
Fix Docker release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Feb 2, 2024
1 parent 6908a7a commit 8141626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
id: meta
with:
images: ${{ github.repository }}
tags:
type=semver,pattern={{version}}
tags: |
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 8141626

Please sign in to comment.