Update docker/build-push-action action to v6
All checks were successful
/ build-container (push) Successful in 7m47s
All checks were successful
/ build-container (push) Successful in 7m47s
This commit is contained in:
parent
d6d2c89816
commit
6de9f11a48
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
with:
|
||||
images: git.janky.solutions/finn/lockserver
|
||||
- name: build container image
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Containerfile
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue