Skip to content

Commit

Permalink
ci: bump GoReleaser up for private registry test (#2334)
Browse files Browse the repository at this point in the history
* ci: change target type and bump GoReleaser up for private registry test

* chore: trying to use mock credentials

* revert: PR target
  • Loading branch information
afdesk authored Nov 26, 2024
1 parent 65f5425 commit 720a4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/private-registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Release snapshot
uses: goreleaser/goreleaser-action@v6
with:
version: v1.7.0
args: release -f=goreleaser-e2e.yaml --snapshot --skip-publish --rm-dist
version: v2.4.8
args: release -f=goreleaser-e2e.yaml --snapshot --skip=publish --clean
- name: Install kind and create cluster
run: >
curl -Lo ./kind https://kind.sigs.k8s.io/dl/${{ env.KIND_VERSION
Expand Down

0 comments on commit 720a4e3

Please sign in to comment.