diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index a9ef161..194b2e8 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -105,6 +105,6 @@ jobs: with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }} - registry: ${{ env.image_registry }} + registry: ${{ env.IMAGE_REGISTRY }} extra-args: | --disable-content-trust