Skip to content

Commit aa16c1c

Browse files
authored
Rollback docker/build-push-action to v5 (#75)
1 parent fe80d7d commit aa16c1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ runs:
207207
password: ${{ inputs.password }}
208208

209209
- name: Build and push Docker images
210-
uses: docker/build-push-action@v6
210+
# Do not update to >=v6 untill the issue would be solved
211+
# https://github.com/docker/build-push-action/issues/1167
212+
uses: docker/build-push-action@v5
211213
id: docker-build-push-action
212214
with:
213215
allow: ${{ inputs.allow }}
@@ -253,4 +255,4 @@ runs:
253255
echo "## Docker Image Inspect" >> $GITHUB_STEP_SUMMARY
254256
echo '```json' >> $GITHUB_STEP_SUMMARY
255257
cat inspect.json >> $GITHUB_STEP_SUMMARY
256-
echo '```' >> $GITHUB_STEP_SUMMARY
258+
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)