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 5d4fcd7 commit a89a6baCopy full SHA for a89a6ba
.github/workflows/build-develop.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Set up QEMU (multi-arch emulation)
95
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
96
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
97
98
- name: Login to Docker Hub
99
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'
.github/workflows/build-release.yml
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments