Skip to content

Commit

Permalink
feat: github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
a2cd committed Jan 9, 2024
1 parent b5d7633 commit 144ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "文件:"
ls -l
docker build -t $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest .
docker tag -t $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest $REGISTRY/$NAMESPACE/$IMAGE_NAME:$IMAGE_TAG
docker tag $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest $REGISTRY/$NAMESPACE/$IMAGE_NAME:$IMAGE_TAG
docker push $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest
docker push $REGISTRY/$NAMESPACE/$IMAGE_NAME:$IMAGE_TAG

0 comments on commit 144ad3d

Please sign in to comment.