We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ccf32 commit 6e49324Copy full SHA for 6e49324
.github/workflows/setup-build.yaml
@@ -25,6 +25,7 @@ jobs:
25
echo "versions=$(cat config.json | jq . --compact-output)" >> "$GITHUB_OUTPUT"
26
27
docker_build_push:
28
+ name: Docker Build and Push
29
needs:
30
- setup
31
0 commit comments