This commit is contained in:
parent
a1822f9715
commit
f670a11761
@ -14,6 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Docker pull
|
- name: Docker pull
|
||||||
run: docker pull ubuntu:latest
|
run: docker pull ubuntu:latest
|
||||||
|
- name: Var envs
|
||||||
|
run: export
|
||||||
- name: Docker retag
|
- name: Docker retag
|
||||||
run: docker tag ubuntu:latest $GITHUB_ACTION_REPOSITORY:latest
|
run: docker tag ubuntu:latest $GITHUB_ACTION_REPOSITORY:latest
|
||||||
- name: Docker push
|
- name: Docker push
|
||||||
|
Loading…
Reference in New Issue
Block a user