From 01af9c0d9d18befc77a71819aa86cf52abdb4d7a Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Sun, 28 May 2023 23:16:32 +0200 Subject: [PATCH] update job name --- .forgejo/workflows/test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}