We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bfe9b commit d89cc67Copy full SHA for d89cc67
.github/workflows/build-push-deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
deploy-envs: ${{ steps.get-labels.outputs.deploy-envs }}
53
steps:
54
- id: get-labels
55
- uses: ./github-actions/get-deploy-labels
+ uses: mindsdb/github-actions/get-deploy-labels
56
57
# Build our docker images based on our bake file
58
build:
0 commit comments