Updated docker-build-push version in docker release file as well
This commit is contained in:
parent
7866f7258a
commit
a0a02cb4be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker_release.yml
vendored
2
.github/workflows/docker_release.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/selfhosted.Dockerfile
|
file: ./docker/selfhosted.Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue