fix: build action.
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m43s
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m43s
This commit is contained in:
parent
4682dacc79
commit
043376c6d3
|
@ -19,6 +19,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd YaeBlog
|
cd YaeBlog
|
||||||
podman build . -t registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest
|
podman build . -t registry.cn-beijing.aliyuncs.com/jackfiled/blog:latest
|
||||||
|
- name: Workaround to make sure podman login succeed
|
||||||
|
run: |
|
||||||
|
mkdir /root/.docker
|
||||||
- name: Login aliyun docker registry
|
- name: Login aliyun docker registry
|
||||||
uses: https://mirrors.rrricardo.top/actions/podman-login.git@v1
|
uses: https://mirrors.rrricardo.top/actions/podman-login.git@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user