Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Successful in 8s Details

Gertjan Krol 2023-09-01 21:34:30 +00:00
parent c75bd3677b
commit 04e2270ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}