We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6bd70 commit 915b88fCopy full SHA for 915b88f
.github/workflows/docker-release.yaml
@@ -28,6 +28,7 @@ jobs:
28
run: echo "version=$(git describe --abbrev=0 --tags HEAD)" >> $GITHUB_OUTPUT
29
build:
30
runs-on: ubuntu-latest
31
+ needs: [info]
32
env:
33
IMAGE_NAME: starwarssounds_bot
34
steps:
0 commit comments