ci: update global docker (#897)
This commit is contained in:
6
.github/workflows/ci-docker.yml
vendored
6
.github/workflows/ci-docker.yml
vendored
@@ -315,7 +315,7 @@ jobs:
|
|||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
||||||
id: build_artifacts
|
id: build_artifacts
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ${{ matrix.dockerfile }}
|
||||||
@@ -334,7 +334,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ${{ matrix.dockerfile }}
|
||||||
@@ -362,7 +362,7 @@ jobs:
|
|||||||
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sunshine${{ matrix.tag }}
|
name: Docker${{ matrix.tag }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
|
|||||||
Reference in New Issue
Block a user