We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac7304 commit 81b3064Copy full SHA for 81b3064
1 file changed
.github/workflows/docker.yaml
@@ -16,6 +16,8 @@ jobs:
16
uses: docker/metadata-action@v4
17
with:
18
images: ghcr.io/${{ github.repository_owner }}/adminer-sqlite
19
+ tags: |
20
+ type=semver,pattern={{version}}
21
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@v2
0 commit comments