Compare commits
2 Commits
b0801bbf94
...
bdfc822e6a
Author | SHA1 | Date |
---|---|---|
|
bdfc822e6a | |
|
b8b70aa23d |
|
@ -20,12 +20,11 @@ jobs:
|
|||
name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: artifacts.iflytek.com/docker-private/ai_devops/xhli18/gitea_actions:latest
|
||||
registry: artifacts.iflytek.com
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# registry: artifacts.iflytek.com
|
||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue