chore(deps): update docker/build-push-action action to v7
This commit is contained in:
parent
0a86304eb0
commit
4b66b51168
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
type=sha,prefix=sha-,suffix=-semantic
|
type=sha,prefix=sha-,suffix=-semantic
|
||||||
|
|
||||||
- name: Build and push semantic Docker image
|
- name: Build and push semantic Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
|
||||||
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
type=sha,prefix=sha-
|
type=sha,prefix=sha-
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue