This commit is contained in:
parent
b7b7a8e31f
commit
341124edc1
@ -15,12 +15,12 @@ jobs:
|
|||||||
- name: 检出源码
|
- name: 检出源码
|
||||||
uses: https://git.des8.com/docker/checkout@v4
|
uses: https://git.des8.com/docker/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
- name: 编译Docker镜像
|
- name: 编译Docker镜像
|
||||||
run: docker build -f Dockerfile --no-cache -t $MYIMAGE .
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
- name: 打Tag
|
push: false
|
||||||
run: |
|
tags: $MYREGISTRY/$MYIMAGE
|
||||||
docker tag $MYIMAGE $MYREGISTRY/$MYIMAGE
|
|
||||||
|
|
||||||
- name: 运行
|
- name: 运行
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user