From 905904960d4cf3d76d5071b3d8ca94d784689cf9 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:21:42 -0500 Subject: [PATCH] ci: update global docker (#897) --- .github/workflows/ci-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 48f9c8cb..3858ae10 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -315,7 +315,7 @@ jobs: - name: Build artifacts if: ${{ steps.prepare.outputs.artifacts == 'true' }} id: build_artifacts - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./ file: ${{ matrix.dockerfile }} @@ -334,7 +334,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./ file: ${{ matrix.dockerfile }} @@ -362,7 +362,7 @@ jobs: if: ${{ steps.prepare.outputs.artifacts == 'true' }} uses: actions/upload-artifact@v3 with: - name: sunshine${{ matrix.tag }} + name: Docker${{ matrix.tag }} path: artifacts/ - name: Create/Update GitHub Release