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 2062e0d commit c0e9142Copy full SHA for c0e9142
.github/workflows/early-access.yml
@@ -25,6 +25,7 @@ jobs:
25
26
docker:
27
name: 'Docker'
28
+ needs: [earlyaccess]
29
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
30
uses: redis-field-engineering/redis-github-workflows/.github/workflows/docker.yml@main
31
with:
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
33
34
35
36
+ needs: [release]
37
38
39
tags: fieldengineering/redis-sql-trino:latest,fieldengineering/redis-sql-trino:${{ github.event.inputs.version }}
0 commit comments