update docker/build-push-action v3 -> v4
This commit is contained in:
parent
f89b4a6a36
commit
08fc59520c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64 # ,linux/arm/v7
|
platforms: linux/amd64,linux/arm64 # ,linux/arm/v7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue