Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:yuantuo666/baiduwp-php
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 committed Apr 7, 2023
2 parents b742faf + 470f7ee commit 3ceaadf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
# 进行 push
docker push $IMAGE_ID:$VERSION
# push 到 latest
[ "$VERSION" != "latest" ] && docker tag $IMAGE_NAME $IMAGE_ID:latest
[ "$VERSION" != "latest" ] && docker push $IMAGE_ID:latest

0 comments on commit 3ceaadf

Please sign in to comment.