Add version to docker tag (#1199)

pull/1200/head
Thomas Kaul 2 years ago committed by GitHub
parent 0cc5e558f1
commit 0ad30ffabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ jobs:
with: with:
images: ghostfolio/ghostfolio images: ghostfolio/ghostfolio
tags: | tags: |
type=raw,value=arm64 type=raw,value=linux-arm64-{{version}}
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2

Loading…
Cancel
Save