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 105ca71 commit 5127d80Copy full SHA for 5127d80
.github/workflows/build-develop.yml
@@ -87,7 +87,7 @@ jobs:
87
# Build and Push Docker images (only if PUSH_DOCKER is true)
88
- name: Set up Docker Buildx
89
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
90
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
91
with:
92
version: latest
93
.github/workflows/build-release.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments