mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
test versionings
This commit is contained in:
parent
48ca00457c
commit
5c7ac46249
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-to-docker.yml
vendored
2
.github/workflows/publish-to-docker.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
id: version
|
||||
run: |
|
||||
if [ "${{ github.event_name }}" = "push" ]; then
|
||||
echo "VERSION=0.0.63.dev20250113" >> $GITHUB_OUTPUT
|
||||
echo "VERSION=0.0.63.dev20250114" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "VERSION=${{ inputs.version }}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue