diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index fba8164..d51b9d9 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -13,7 +13,7 @@ jobs: run: apk add --no-cache git nodejs - name: Check out repository uses: actions/checkout@v3 - - name: Build containers + - name: Build container run: docker build . -t toolkit-test:${{ github.ref_name }} - name: Inspect image run: docker image inspect toolkit-test:${{ github.ref_name }}