Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
6b71e71
1
Parent(s):
1cd336c
build(deps): bump docker/setup-buildx-action from 2 to 3 (#411)
Browse files
.github/workflows/docker.yml
CHANGED
@@ -31,7 +31,7 @@ jobs:
|
|
31 |
# Install buildx
|
32 |
- name: Set up Docker Buildx
|
33 |
id: buildx
|
34 |
-
uses: docker/setup-buildx-action@
|
35 |
# Set buildx cache
|
36 |
- name: Cache register
|
37 |
uses: actions/cache@v3
|
|
|
31 |
# Install buildx
|
32 |
- name: Set up Docker Buildx
|
33 |
id: buildx
|
34 |
+
uses: docker/setup-buildx-action@v3
|
35 |
# Set buildx cache
|
36 |
- name: Cache register
|
37 |
uses: actions/cache@v3
|