Correct build folder to umami/
Some checks failed
Build custom umami / Build (push) Failing after 3m59s
Some checks failed
Build custom umami / Build (push) Failing after 3m59s
This commit is contained in:
parent
a23e3e8814
commit
444dddf7ba
1 changed files with 2 additions and 6 deletions
|
|
@ -33,17 +33,13 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
|
||||
# - name: Test
|
||||
# run: docker version && pwd
|
||||
|
||||
- name: Run Docker commands
|
||||
env:
|
||||
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||
run: |
|
||||
docker version
|
||||
pwd
|
||||
ls -a
|
||||
|
||||
ls -a
|
||||
|
||||
- name: Login to image registry
|
||||
uses: docker/login-action@master
|
||||
|
|
@ -57,7 +53,7 @@ jobs:
|
|||
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
context: .
|
||||
context: umami/
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: 'latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue