Skip to content

Commit

Permalink
Fix version set
Browse files Browse the repository at this point in the history
  • Loading branch information
chipp committed Dec 23, 2023
1 parent 1125755 commit 5cf7c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
docker buildx build . --file bin/${{ matrix.binary }}/Dockerfile \
--push \
--tag $IMAGE_ID:latest \
--build-arg VERSION="0.1.${{ github.run_id }}" \
--build-arg VERSION="0.1.${{ github.run_number }}" \
--label "org.opencontainers.image.source=https://github.com/${{ github.repository }}" \
--cache-from=type=registry,ref=$IMAGE_ID:cache \
--cache-to=type=registry,ref=$IMAGE_ID:cache,mode=max
Expand Down

0 comments on commit 5cf7c39

Please sign in to comment.