Skip to content

Commit

Permalink
Debug release image push issues
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 5fe6ce3 commit 05bbdba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
sudo apt-get install -y unzip
GOBIN=/usr/local/bin go install golang.org/x/tools/cmd/goimports@latest
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: Build
run: |
set -x
Expand All @@ -58,6 +55,9 @@ jobs:
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
make publish
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.event.ref, 'refs/tags/') && (contains(github.ref, '-alpha.') || contains(github.ref, '-beta.')) == false
Expand Down

0 comments on commit 05bbdba

Please sign in to comment.