Skip to content

Commit

Permalink
Set all versions to literal "null" strings, they'll fail anyways this…
Browse files Browse the repository at this point in the history
… way
  • Loading branch information
ianpittwood committed May 9, 2024
1 parent 00e71c8 commit 7e930bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cancel-in-progress: true

outputs:
GIT_SHA: ${{ steps.checkout.outputs.sha }}
GIT_SHA: ${{ steps.get-git-sha.outputs.GIT_SHA }}
BAKE_FILE: ${{ steps.bake-file.outputs.BAKE_FILE }}

steps:
Expand Down
10 changes: 5 additions & 5 deletions docker-bake.preview.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ variable BRANCH {
}

variable CONNECT_DAILY_VERSION {
default = ""
default = "null"
}

variable PACKAGE_MANAGER_PREVIEW_VERSION {
default = ""
default = "null"
}

variable PACKAGE_MANAGER_DAILY_VERSION {
default = ""
default = "null"
}

variable WORKBENCH_DAILY_VERSION {
default = ""
default = "null"
}

variable WORKBENCH_PREVIEW_VERSION {
default = ""
default = "null"
}

variable DRIVERS_VERSION {
Expand Down

0 comments on commit 7e930bb

Please sign in to comment.