Skip to content

Commit

Permalink
ci: docker镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jul 4, 2024
1 parent 330b5e2 commit e433f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
VERSION_TAG=${GITHUB_REF#refs/tags/}
else
VERSION_TAG=${GITHUB_REF#refs/heads/}-${COMMIT_ID::7}
VERSION_TAG=${IMAGE_LATEST_TAG}
fi
echo "VERSION_TAG=VERSION_TAG" >> $GITHUB_ENV
Expand Down

0 comments on commit e433f79

Please sign in to comment.