Browse Source

Add version to docker tag (#1199)

pull/1200/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
0ad30ffabe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-image.yml

2
.github/workflows/docker-image.yml

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