This commit is contained in:
parent
fb6689555c
commit
c0955b300d
@ -9,10 +9,10 @@ jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: 检出代码
|
||||
uses: https://gitea.com/actions/checkout@v3
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
- name: 镜像构建
|
||||
uses: https://gitea.com/actions/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
Loading…
Reference in New Issue
Block a user