Skip to content

Commit

Permalink
fix(ci): chainguard build is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 16, 2024
1 parent 6bae2e8 commit 3ec36a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/melange.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pipeline:
mv deploy/assets/postgres "${DESTDIR}/postgres"

# kotsadm and kots binaries
export VERSION=${{package.version}}
export GIT_TAG=${{package.version}}
export VERSION=${GIT_TAG}
export GIT_TAG=${GIT_TAG}

# Set environment variables from repository
source .image.env
Expand Down

0 comments on commit 3ec36a1

Please sign in to comment.