Skip to content

Commit

Permalink
remove debug statements from gh-action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 27, 2023
1 parent 5782c62 commit 7a8a8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- anmol/restart-starship # debug branch
tags:
- "v*.*.*"
pull_request:
Expand Down Expand Up @@ -72,6 +71,6 @@ jobs:
- name: Publish to GitHub Packages
uses: docker/build-push-action@v4
with:
platforms: linux/amd64 # ,linux/arm64 (removed for debugging)
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: "^1.21"
go-version: "^1.20"
- name: Display go version
run: go version
- name: Run all tests
Expand Down

0 comments on commit 7a8a8b4

Please sign in to comment.