We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc622a commit 3a08284Copy full SHA for 3a08284
.github/workflows/develop.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Set up Docker Buildx
32
id: buildx
33
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
34
35
- name: Build and push
36
id: docker_build
.github/workflows/latest.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
.github/workflows/version.yml
- name: Get the version
id: get_version
0 commit comments