Update docker-image.yml

This commit is contained in:
Maciej Lebiest 2023-03-03 21:53:05 +01:00 committed by GitHub
parent 4c2ebf46a6
commit 587a086f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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