This commit is contained in:
parent
812478af7a
commit
bf6bb55243
@ -17,6 +17,6 @@ jobs:
|
||||
- name: Var envs
|
||||
run: export
|
||||
- name: Docker retag
|
||||
run: docker tag ubuntu:latest $GITHUB_REPOSITORY:latest
|
||||
run: docker tag ubuntu:latest $(echo "$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'):latest
|
||||
- name: Docker push
|
||||
run: docker push $GITHUB_ACTION_REPOSITORY:latest
|
||||
|
Loading…
Reference in New Issue
Block a user