Update docker/build-push-action action to v6
Some checks failed
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 19s
Some checks failed
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 19s
This commit is contained in:
parent
9e07cb16c8
commit
e3d9b9d695
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
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@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
|
|
Loading…
Reference in a new issue