diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e0aa96e..bb6a0cf 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -17,7 +17,7 @@ jobs: - name: Prepare tags id: prep run: | - DOCKER_IMAGE=linkace/linkace + DOCKER_IMAGE=milesmcc/shynet VERSION=${GITHUB_REF#refs/tags/} TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest" echo ::set-output name=tags::${TAGS}