Update docker/build-push-action action to v6
Some checks failed
/ build-container (push) Failing after 1m30s
Some checks failed
/ build-container (push) Failing after 1m30s
This commit is contained in:
parent
5c981b25fd
commit
1dfbe10823
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.GITHUB_TOKEN }}" | docker login --username "${GITHUB_ACTOR}" --password-stdin git.janky.solutions
|
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login --username "${GITHUB_ACTOR}" --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/caching-proxy:latest
|
tags: git.janky.solutions/finn/caching-proxy:latest
|
||||||
|
|
Loading…
Reference in a new issue