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 e77f948 commit d9d1d75Copy full SHA for d9d1d75
2 files changed
.github/workflows/build-develop.yml
@@ -134,7 +134,7 @@ jobs:
134
135
- name: Build and Push Docker images (multi-arch)
136
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'
137
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
138
with:
139
context: .
140
push: true
.github/workflows/build-release.yml
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
126
0 commit comments