From 546ae6cdb234a644cd88951ea4b338ad77326d88 Mon Sep 17 00:00:00 2001 From: John Stilia Date: Sun, 25 Apr 2021 13:09:28 +0100 Subject: [PATCH] update package update flow --- .github/workflows/ghcr-publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-publish-image.yml b/.github/workflows/ghcr-publish-image.yml index 85f6a20..8598b0f 100644 --- a/.github/workflows/ghcr-publish-image.yml +++ b/.github/workflows/ghcr-publish-image.yml @@ -18,5 +18,5 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com - repository: stiliajohny/python-prometheus-speedtest/my-image + repository: stiliajohny/python-prometheus-speedtest/python-prometheus-speedtest tag_with_ref: true