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 }}"