Skip to content

Commit

Permalink
ci(workflow): also push latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu12329 committed Feb 16, 2024
1 parent 869bfd3 commit ee2a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [[ $VERSION =~ ^[0-9]+.[0-9]+.[0-9]+$ ]]; then
docker tag $IMAGE_ID:$VERSION $IMAGE_ID:latest
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:latest
fi
# build repoUrl
Expand Down

0 comments on commit ee2a97e

Please sign in to comment.