Skip to content

Commit

Permalink
fix: source lib.sh in docker-buildx-push for tagging version (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Mar 24, 2022
1 parent ba1ddbd commit e1c1ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/steps/docker-buildx-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -euo pipefail

main() {
cd "$(dirname "$0")/../.."
# ci/lib.sh sets VERSION so it's available to ci/release-image/docker-bake.hcl
# to push the VERSION tag.
source ./ci/lib.sh

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

0 comments on commit e1c1ba8

Please sign in to comment.