Skip to content

Commit

Permalink
ci: fix missing env variables for release
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Apr 9, 2023
1 parent 3464897 commit dcd1184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKER_IMAGE: baloise/gitopscli
DOCKER_BUILDKIT: '1' # use BuildKit backend (https://docs.docker.com/engine/reference/builder/#buildkit)
BUILDKIT_PROGRESS: plain
run: npx semantic-release

0 comments on commit dcd1184

Please sign in to comment.