We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4315bd4 commit a966a99Copy full SHA for a966a99
1 file changed
.github/workflows/docker-image-dev.yml
@@ -37,6 +37,7 @@ jobs:
37
image-tag:
38
runs-on: ubuntu-latest
39
name: Image Tag
40
+ needs: check-ref
41
outputs:
42
image_tag: ${{ steps.resolve.outputs.image_tag }}
43
0 commit comments