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

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

View File

@ -13,11 +13,11 @@ jobs:
run: apk add --no-cache git nodejs
- name: Check out repository
uses: actions/checkout@v3
- 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: 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