Skip to content

Commit

Permalink
Dev builds should use version 0.0.RUN_ID and not RUN_ID, so that they…
Browse files Browse the repository at this point in the history
…'re not newer than the latest release (#102)
  • Loading branch information
orishoshan authored Dec 25, 2023
1 parent 1fbac5d commit 474e6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
"VERSION=${{ github.run_id }}"
"VERSION=0.0.${{ github.run_id }}"
tag-latest:
Expand Down

0 comments on commit 474e6ff

Please sign in to comment.