Add version to docker tag (#1199)

This commit is contained in:
Thomas Kaul 2022-08-28 09:43:06 +02:00 committed by GitHub
parent 0cc5e558f1
commit 0ad30ffabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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