Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Failing after 6s Details

Gertjan Krol 2023-09-01 21:06:25 +00:00
parent 8837b6be91
commit 8374ba0809
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Build container
run: |
export DOCKER_HOST: tcp://docker-in-docker:2375
export DOCKER_HOST=tcp://docker-in-docker:2375
docker build . -t toolkit-test:${{ github.ref_name }}
- name: Inspect image
run: docker image inspect toolkit-test:${{ github.ref_name }}