Update docker/build-push-action action to v6 #4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: login to container registry
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login --username "${GITHUB_ACTOR}" --password-stdin git.janky.solutions
|
||||
- name: build container
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Containerfile
|
||||
tags: git.janky.solutions/finn/caching-proxy:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue