update job name
parent
503c0022f8
commit
01af9c0d9d
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue