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

Gertjan Krol 2023-09-01 21:36:36 +00:00
parent 04e2270ed2
commit 2f0da5a72e
1 changed files with 3 additions and 12 deletions

View File

@ -13,21 +13,12 @@ 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 container
# run: |
# docker build . -t toolkit-test:${{ github.ref_name }}
# - name: Inspect image
# run: docker image inspect toolkit-test:${{ github.ref_name }}
# - name: Set Docker host
# run: export DOCKER_HOST=tcp://docker-in-docker:2375
# - name: Set up Docker Buildx
# uses: actions/docker-setup-buildx@v2
- name: Build and push - name: Build and push
uses: actions/docker-build-push@v4 uses: actions/docker-build-push@v4
with: with:
push: false 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 ls
docker image inspect toolkit-test:${{ github.ref_name }}