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