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