ci: update global docker (#897)

This commit is contained in:
LizardByte-bot 2023-02-07 14:21:42 -05:00 committed by GitHub
parent 48559a5876
commit 905904960d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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