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

Gertjan Krol 2023-09-01 21:10:51 +00:00
parent e06c78b047
commit bb8067f266
1 changed files with 5 additions and 6 deletions

View File

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