From a94feede1cf679a2717539b964288e08549b181f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:47:04 +0000 Subject: [PATCH] Update GitHub Actions - updates --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b915593f..c833af70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -211,12 +211,12 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: linux/amd64 - name: Setup Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: buildkitd-flags: --debug - name: Generate tags @@ -246,18 +246,18 @@ jobs: echo "DOCKERHUB_LATEST_TAG=" >> $GITHUB_OUTPUT fi; - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Dockerhub Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DSCP_DOCKERHUB_USERNAME }} password: ${{ secrets.DSCP_DOCKERHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: .