Skip to content

Commit

Permalink
Merge pull request #291 from jenkins-x-plugins/buildless
Browse files Browse the repository at this point in the history
fix: testing if GITHUB_TOKEN works for ghcr
  • Loading branch information
jenkins-x-bot authored Oct 10, 2024
2 parents 9773b65 + 3953354 commit e2c5aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ 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 e2c5aa1

Please sign in to comment.