Skip to content

Commit

Permalink
Add semver
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 1, 2024
1 parent b043ad8 commit 8b0018a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: GitTools
uses: GitTools/actions@v0.10.2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -25,4 +28,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: dickwolff/export-to-ghostfolio:latest
tags: dickwolff/export-to-ghostfolio:latest ${{ env.GitVersion_FullSemVer }}

0 comments on commit 8b0018a

Please sign in to comment.