chore(deps): upgrade action package
This commit is contained in:
parent
3b4a53d3bb
commit
af06a3d0d1
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
-
|
||||
name: Build and push ${{ matrix.system }} ${{ matrix.arch }}
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile.${{ matrix.system }}.${{ matrix.arch }}
|
||||
|
|
|
@ -23,15 +23,15 @@ jobs:
|
|||
version: latest
|
||||
args: --verbose
|
||||
|
||||
- uses: hadolint/hadolint-action@v3.0.0
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
name: hadolint for Dockerfile.linux.amd64
|
||||
with:
|
||||
dockerfile: docker/Dockerfile.linux.amd64
|
||||
- uses: hadolint/hadolint-action@v3.0.0
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
name: hadolint for Dockerfile.linux.arm64
|
||||
with:
|
||||
dockerfile: docker/Dockerfile.linux.arm64
|
||||
- uses: hadolint/hadolint-action@v3.0.0
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
name: hadolint for Dockerfile.linux.arm
|
||||
with:
|
||||
dockerfile: docker/Dockerfile.linux.arm
|
||||
|
|
Loading…
Reference in New Issue