Skip to content

Commit

Permalink
🚧 Update github workflows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cairry committed Dec 27, 2024
1 parent 7e55e81 commit 5cff78b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to Aliyun Hub
uses: docker/login-action@v3
with:
registry: registry.cn-hangzhou.aliyuncs.com
username: ${{ secrets.OPSRE_ALIHUB_USERNAME }}
password: ${{ secrets.OPSRE_ALIHUB_TOKEN }}

- name: Set env variables
id: set_env
run: |
Expand All @@ -60,5 +53,3 @@ jobs:
tags: |
cairry/watchlog:latest
cairry/watchlog:${{ env.BRANCH_NAME }}_${{ env.DATE }}_${{ env.SHORT_SHA }}
registry.cn-hangzhou.aliyuncs.com/opsre/watchlog:latest
registry.cn-hangzhou.aliyuncs.com/opsre/watchlog:${{ env.BRANCH_NAME }}_${{ env.DATE }}_${{ env.SHORT_SHA }}

0 comments on commit 5cff78b

Please sign in to comment.