Skip to content

Commit

Permalink
Revert "fix: testing if GITHUB_TOKEN works for ghcr"
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket authored Oct 10, 2024
1 parent e2c5aa1 commit 7583007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ builds:
# Defaults are 386 and amd64.
goarch:
- amd64
- arm
- arm64
ignore:
- goos: windows
goarch: arm64

archives:
- name_template: "jx-admin-{{ .Os }}-{{ .Arch }}"
format_overrides:
Expand Down

0 comments on commit 7583007

Please sign in to comment.