This commit is contained in:
parent
55e5e4f2cb
commit
6bd4288a3b
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Debug tag
|
||||
run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'
|
||||
- name: Print tag
|
||||
run: echo ${{ steps.tag_vars.outputs.IMAGE_NAME }}
|
||||
run: echo ${{ steps.tag_vars.outputs }}
|
||||
- name: Docker retag
|
||||
run: docker tag ubuntu:latest ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest
|
||||
- name: Docker push
|
||||
|
Loading…
Reference in New Issue
Block a user