Skip to content

Commit 3a112f6

Browse files
committed
Revert "fix: source lib.sh in docker-buildx-push for tagging version"
This reverts commit 2f7a361.
1 parent f65d5ad commit 3a112f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/steps/docker-buildx-push.sh

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ set -euo pipefail
33

44
main() {
55
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
96

107
# NOTE@jsjoeio - this script assumes that you've downloaded
118
# the release-packages artifact to ./release-packages before

0 commit comments

Comments
 (0)