Update docker/build-push-action action to v6
All checks were successful
/ build-container (push) Successful in 5m28s
All checks were successful
/ build-container (push) Successful in 5m28s
This commit is contained in:
parent
6207d9a2d5
commit
34a8ed8081
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=sha
|
type=sha
|
||||||
- name: build container image
|
- name: build container image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: Containerfile
|
file: Containerfile
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue