We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f107997 commit 4cb3bbbCopy full SHA for 4cb3bbb
.github/workflows/goreleaser.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
docker context create builders
59
- name: Set up Docker Buildx
60
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
61
with:
62
endpoint: builders
63
- name: Login to DockerHub
.github/workflows/test-build.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
- name: Run GoReleaser in Docker
0 commit comments