吞吞吐吐
Some checks failed
Build Docker Image And Push / Build PHP 8.0 (push) Failing after 43s

This commit is contained in:
meng 2024-03-15 14:12:28 +08:00
parent 20aaed1f1c
commit 4a53f20dc3

View File

@ -33,6 +33,10 @@ jobs:
- name: Checkout
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."
- 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
ACTIONS_RUNTIME_TOKEN: ''
with:
username: ${{ secrets.HUB_USERNAME }}
password: ${{ secrets.HUB_PASSWORD }}
repository: heibai2006/webman-docker
context: .
file: ./Dockerfile
build-args: |