This commit is contained in:
parent
20aaed1f1c
commit
4a53f20dc3
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@ -33,6 +33,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: http://git.des8.com/docker/checkout@main
|
uses: http://git.des8.com/docker/checkout@main
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.HUB_USERNAME }}
|
||||||
|
password: ${{ secrets.HUB_PASSWORD }}
|
||||||
|
repository: heibai2006/webman-docker
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
@ -51,6 +55,9 @@ jobs:
|
|||||||
# 必需有且置空,查看官方文档解释:https://docs.gitea.com/zh-cn/next/usage/actions/comparison?_highlight=build&_highlight=push&_highlight=action#dockerbuild-push-actionv4
|
# 必需有且置空,查看官方文档解释:https://docs.gitea.com/zh-cn/next/usage/actions/comparison?_highlight=build&_highlight=push&_highlight=action#dockerbuild-push-actionv4
|
||||||
ACTIONS_RUNTIME_TOKEN: ''
|
ACTIONS_RUNTIME_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
|
username: ${{ secrets.HUB_USERNAME }}
|
||||||
|
password: ${{ secrets.HUB_PASSWORD }}
|
||||||
|
repository: heibai2006/webman-docker
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
|
Loading…
Reference in New Issue
Block a user