From 51b7ea14ae6985a6ca48195d57a38fce3220455a Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:05:21 -0800 Subject: [PATCH] update image path --- .github/workflows/pull-requests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index eb9ecf4..fd6d262 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -18,7 +18,7 @@ jobs: name: "Cross Compile and Release" runs-on: ubuntu-latest container: - image: goreleaser/goreleaser:v1.20 + image: ghcr.io/goreleaser/goreleaser-cross:v1.20.2 steps: - name: Checkout