.gitea/workflows/registry.yml aktualisiert
Some checks failed
release-tag / release-image (push) Failing after 16s
Some checks failed
release-tag / release-image (push) Failing after 16s
This commit is contained in:
@@ -41,8 +41,9 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: .
|
||||||
file: Dockerfile.compose
|
file: ./docker/Dockerfile.compose
|
||||||
|
entrypoint: ./docker/compose-entrypoint.sh
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
Reference in New Issue
Block a user