Update docker.yml

This commit is contained in:
R4SAS 2021-06-17 13:39:34 +03:00 committed by GitHub
parent 03d9c722b4
commit 8b04dfd2c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push image
- name: Prepare image id
run: |
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
@ -47,4 +47,4 @@ jobs:
file: ./contrib/docker/Dockerfile
platforms: ${{ matrix.platform }}
push: true
tags: $IMAGE_ID:latest
tags: ${{ IMAGE_ID }}:latest