Update docker/build-push-action action to v6
Some checks are pending
/ build-container (push) Waiting to run
Some checks are pending
/ build-container (push) Waiting to run
This commit is contained in:
parent
82d32d93fc
commit
a2fa36c796
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
|
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
|
||||||
- name: build container
|
- name: build container
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: Containerfile
|
file: Containerfile
|
||||||
tags: git.janky.solutions/finn/s3staticsite:latest
|
tags: git.janky.solutions/finn/s3staticsite:latest
|
||||||
|
|
Loading…
Reference in a new issue