Update .forgejo/workflows/umami.yml
This commit is contained in:
parent
92407c8a1d
commit
a97e7fb48b
1 changed files with 2 additions and 12 deletions
|
|
@ -9,12 +9,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker:24
|
image: docker:24
|
||||||
environment:
|
# environment:
|
||||||
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
# DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Test
|
|
||||||
run: docker version && pwd
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -22,12 +18,6 @@ jobs:
|
||||||
repository: watson/umami
|
repository: watson/umami
|
||||||
path: umami
|
path: umami
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Test 2
|
|
||||||
run: docker version && pwd
|
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Login to image registry
|
- name: Login to image registry
|
||||||
uses: docker/login-action@master
|
uses: docker/login-action@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue