diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aefd070..a4e52f3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -177,7 +177,7 @@ jobs: fi tag_latest="${{ needs.normalize-inputs.outputs.tag_latest }}" - image_name="${{ needs.normalize-inputs.outputs.destination_image_name }} + image_name="${{ needs.normalize-inputs.outputs.destination_image_name }}" # Set full image name full_names="${{ env.REGISTRY }}/${{ github.repository_owner }}/${image_name}:${tag}"