This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 387f87594d481ec8313187c3a45ab3fa28c2e940 Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com> AuthorDate: Fri Jan 19 14:38:49 2024 +0100 chore(ci): upgrade docker action for release workflow --- .github/actions/release-nightly/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml index a2d556fed..4cac38612 100644 --- a/.github/actions/release-nightly/action.yml +++ b/.github/actions/release-nightly/action.yml @@ -98,10 +98,10 @@ runs: sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - name: Set up QEMU (required by multi platform build) - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Login to Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ inputs.secretDockerHubUser }} password: ${{ inputs.secretDockerHubPassword }}