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