Skip to content

Commit de9e630

Browse files
authored
fix: Pin goreleaser-cross sha256 to Fix Publish Action (#629)
* pin `goreleaser-cross` docker version to last functioning sha256 to restore functionality to the publish action
1 parent c1fa1a4 commit de9e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
--volume "$PWD:$PWD" \
5151
--volume /var/run/docker.sock:/var/run/docker.sock \
5252
--entrypoint tail \
53-
ghcr.io/launchdarkly/goreleaser-cross:v1.24.2 \
53+
ghcr.io/launchdarkly/goreleaser-cross@sha256:3406461901b9c5c6f1f7ef7715dd02b150909f2704ea3df6e05a1c9e102d98e0 \
5454
-f /dev/null
5555
)"
5656
docker exec --workdir "$PWD" --tty "$CONTAINER_ID" docker login --username "$DOCKER_HUB_USERNAME" --password "$DOCKER_HUB_TOKEN"

0 commit comments

Comments
 (0)