Skip to content

Commit dcd1184

Browse files
ci: fix missing env variables for release
1 parent 3464897 commit dcd1184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4949
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
50+
DOCKER_IMAGE: baloise/gitopscli
51+
DOCKER_BUILDKIT: '1' # use BuildKit backend (https://docs.docker.com/engine/reference/builder/#buildkit)
52+
BUILDKIT_PROGRESS: plain
5053
run: npx semantic-release

0 commit comments

Comments
 (0)