We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65d5ad commit 3a112f6Copy full SHA for 3a112f6
ci/steps/docker-buildx-push.sh
@@ -3,9 +3,6 @@ set -euo pipefail
3
4
main() {
5
cd "$(dirname "$0")/../.."
6
- # ci/lib.sh sets VERSION so it's available to ci/release-image/docker-bake.hcl
7
- # to push the VERSION tag.
8
- source ./ci/lib.sh
9
10
# NOTE@jsjoeio - this script assumes that you've downloaded
11
# the release-packages artifact to ./release-packages before
0 commit comments