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

Gertjan Krol 2023-09-01 21:09:55 +00:00
parent cf7c054604
commit 444e653bed
1 changed files with 6 additions and 6 deletions

View File

@ -13,12 +13,12 @@ jobs:
run: apk add --no-cache git nodejs run: apk add --no-cache git nodejs
- name: Check out repository - name: Check out repository
uses: actions/checkout@v3 uses: actions/checkout@v3
# - name: Build container - name: Build container
# run: | 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 }} docker build . -t toolkit-test:${{ github.ref_name }}
# - name: Inspect image - name: Inspect image
# run: docker image inspect toolkit-test:${{ github.ref_name }} run: docker image inspect toolkit-test:${{ github.ref_name }}
# - name: Set Docker host # - name: Set Docker host