Use ghcr.io

This commit is contained in:
Roelof Kallenkoot 2021-05-11 12:03:13 +02:00 committed by GitHub
parent 078ccce355
commit cfd5761168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=myorg/myrepository
DOCKER_IMAGE=ghcr.io/Rkallenkoot/redoc/cli
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}