We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a088b commit f0ec9eeCopy full SHA for f0ec9ee
.github/workflows/build-and-release.yaml
@@ -53,7 +53,7 @@ jobs:
53
echo "VERSION is: $VERSION"
54
55
- name: Set up Docker Buildx
56
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
57
with:
58
driver: docker-container
59
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
platforms: all
36
37
38
39
40
41
@@ -59,7 +59,7 @@ jobs:
docker pull --platform linux/${{ matrix.arch }} alpine:latest
60
61
- name: Install Docker Compose
62
63
64
# Cache Docker Compose
65
- name: Cache Docker Compose
0 commit comments