Skip to content

Commit

Permalink
增加docker镜像版本tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ycvk committed May 30, 2024
1 parent 88d0fe8 commit 5266b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Generate tags
id: meta
run: |
echo "::set-output name=tags::neccen/deeplx-local:$(date +%Y%m%d)-${GITHUB_SHA::8},neccen/deeplx-local:latest"
echo "tags=neccen/deeplx-local:$(date +%Y%m%d)-${GITHUB_SHA::8},neccen/deeplx-local:latest" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5266b3a

Please sign in to comment.