update job name
Release / test_build (push) Successful in 26s Details
Release / build_push (push) Failing after 26s Details

master
Gertjan Krol 2023-05-28 23:16:32 +02:00
parent 503c0022f8
commit 01af9c0d9d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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 containers - name: Build container
run: docker build . -t toolkit-test:${{ github.ref_name }} run: 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 }}