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 a652957 commit a2ea885
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
IMAGE_NAME: rs-hello-world
IMAGE_TAG: latest
run: |
echo "当前路径:"
pwd
echo "文件:"
ls -l
echo $IMAGE_TAG1
docker build -t $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest .
docker push $REGISTRY/$NAMESPACE/$IMAGE_NAME:latest
docker build -t $REGISTRY/$NAMESPACE/$IMAGE_NAME:$IMAGE_TAG .
docker push $REGISTRY/$NAMESPACE/$IMAGE_NAME:$IMAGE_TAG

0 comments on commit a2ea885

Please sign in to comment.