Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Successful in 8s
Details
Release / test_build (push) Successful in 8s
Details
parent
c75bd3677b
commit
04e2270ed2
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: actions/docker-build-push@v4
|
uses: actions/docker-build-push@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: false
|
||||||
tags: toolkit-test:${{ github.ref_name }}
|
tags: 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