From 406273c442b219f43bbd09e5c3ca92f9c68b7e91 Mon Sep 17 00:00:00 2001 From: Julien M'Poy Date: Sun, 10 Nov 2024 10:50:45 +0100 Subject: [PATCH] Fix typo in image url print step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d02502a..72536d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,4 +42,4 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - name: Print image url - run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}" + run: echo "Image pushed to ${{ steps.push-to-dockerio.outputs.registry-paths }}"