Skip to content

Commit

Permalink
Skip the git tag process for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Nov 23, 2019
1 parent 92940f1 commit 5d6f231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
docker login docker.pkg.github.com --username LinuxSuRen --password ${DOCKER_TOKEN}
docker build . -t docker.pkg.github.com/jenkins-zh/mirror-proxy/mirror-proxy:$NEW_TAG
docker push docker.pkg.github.com/jenkins-zh/mirror-proxy/mirror-proxy:$NEW_TAG
- name: git-tag
uses: jenkins-zh/git-tag-actions@master
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
# - name: git-tag
# uses: jenkins-zh/git-tag-actions@master
# env:
# GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
- name: backup
uses: jenkins-zh/git-backup-actions@v0.0.1
env:
Expand Down

0 comments on commit 5d6f231

Please # to comment.