8000 fix: fix typo - missing space on dockerhub-release-aio.yml (#919) · dependify/postgres@92e6cf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92e6cf9

Browse files
authored
fix: fix typo - missing space on dockerhub-release-aio.yml (supabase#919)
1 parent 32241f1 commit 92e6cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-aio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sed -r 's/(\s|\")+//g' common.vars.pkr.hcl >> $GITHUB_OUTPUT
3636
- id: base_docker
3737
run: |
38-
if [[ "${{ inputs.baseDockerVersion }}" != ""]]; then
38+
if [[ "${{ inputs.baseDockerVersion }}" != "" ]]; then
3939
echo "base-docker-version=${{ inputs.baseDockerVersion }}" >> $GITHUB_OUTPUT
4040
else
4141
echo "base-docker-version=${{ steps.settings.outputs.postgres-version }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)
0