更新 .gitea/workflows/nginx.yml
This commit is contained in:
parent
e8ef250a0f
commit
cdab92880e
@ -33,4 +33,21 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: git.zgfxrc.cn/registry/nginx:1.27-alpine-slim
|
||||
|
||||
- run: echo Success.
|
||||
- run: echo Success.
|
||||
|
||||
build-1_27_1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "FROM nginx:1.27.1-alpine-slim" > Dockerfile
|
||||
|
||||
- name: Docker build push
|
||||
uses: seepine/action-docker-build-push@v1
|
||||
with:
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
registry: git.zgfxrc.cn
|
||||
username: registry
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: git.zgfxrc.cn/registry/nginx:1.27-alpine-slim
|
||||
|
||||
- run: echo Success.
|
||||
|
Loading…
x
Reference in New Issue
Block a user