Update docker-image.yml
This commit is contained in:
parent
4c2ebf46a6
commit
587a086f19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Push image
|
||||
run: |
|
||||
IMAGE_NAME="nvim"
|
||||
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
|
||||
IMAGE_ID=ghcr.io/szwendacz99/$IMAGE_NAME
|
||||
TAG=$(date +"%Y-%m-%dT%H-%M")
|
||||
docker tag $IMAGE_NAME:latest $IMAGE_ID:$TAG
|
||||
docker push $IMAGE_ID:$TAG
|
||||
|
|
Loading…
Reference in a new issue