We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f8276 commit 30530f4Copy full SHA for 30530f4
1 file changed
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
image: ${{ steps.docker_image.outputs.image }}
28
image_repository: ${{ steps.docker_image.outputs.image_repository }}
29
image_tag: ${{ steps.docker_image.outputs.image_tag }}
30
- image_prefix: $${{ steps.docker_image.outputs.image_prefix }}
+ image_prefix: ${{ steps.docker_image.outputs.image_prefix }}
31
permissions:
32
contents: read
33
packages: write
0 commit comments