Skip to content

Commit

Permalink
Update CI for add new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alperencelik committed Jan 6, 2024
1 parent 8fc6367 commit 88c08a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Set environment variables
run: |
echo "BUILD_IMAGE=golang:1.21" >> $GITHUB_ENV
echo "KO_DOCKER_REPO=alperencelik/kubemox" >> $GITHUB_ENV
- name: Run mage.go Release
run: go run mage.go Release

0 comments on commit 88c08a5

Please sign in to comment.