Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 2m55s
Some checks failed
Build custom umami / Build (push) Failing after 2m55s
This commit is contained in:
parent
908257e50c
commit
a23e3e8814
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||||
run: |
|
run: |
|
||||||
docker version
|
docker version
|
||||||
|
pwd
|
||||||
|
ls -a
|
||||||
|
|
||||||
|
|
||||||
- name: Login to image registry
|
- name: Login to image registry
|
||||||
|
|
@ -51,6 +53,8 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
|
env:
|
||||||
|
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||||
uses: docker/build-push-action@master
|
uses: docker/build-push-action@master
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue