We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e915 commit 8a528efCopy full SHA for 8a528ef
.github/workflows/docker-publish.yml
@@ -39,6 +39,7 @@ jobs:
39
echo "BINARY_NAME=$(cargo metadata --offline --no-deps --format-version=1 | jq -r '.packages[].targets[] | select(.kind | map(. == "bin") | any ) | .name')" >> $GITHUB_OUTPUT
40
41
create-tag:
42
+ needs: [env]
43
runs-on: ubuntu-latest
44
permissions:
45
contents: write
0 commit comments