From 20862ff2dd45c89edf3188e883dcc5c9595f3e49 Mon Sep 17 00:00:00 2001 From: dandanlen <3168260+dandanlen@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:32:29 +0200 Subject: [PATCH] Update publish.yml Trying again with a new repository spec... --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c513af3..cce0e53b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com - repository: diffix/explorer-api + repository: diffix/explorer/explorer-api tag_with_ref: true