Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 21, 2023
1 parent 3cdbabe commit 5fe6ce3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,22 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: Build
run: |
set -x
make submodules
make generate
make build.all
- name: Publish to GitHub Container Registry
env:
REGISTRY: ghcr.io/kubedb
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
USERNAME: 1gtm
APPSCODE_ENV: prod
run: |
set -x
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
make submodules
make generate
make build.all
make publish
- name: Release
Expand Down

0 comments on commit 5fe6ce3

Please sign in to comment.