mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-06-21 10:07:49 +02:00
remove one output step from build
This commit is contained in:
parent
7d64f8db45
commit
b5efbbbcda
5
.github/workflows/multiarch.yml
vendored
5
.github/workflows/multiarch.yml
vendored
@ -42,11 +42,6 @@ jobs:
|
|||||||
dockerfiles: |
|
dockerfiles: |
|
||||||
./Dockerfile
|
./Dockerfile
|
||||||
|
|
||||||
- name: Echo Outputs
|
|
||||||
run: |
|
|
||||||
echo "Image: ${{ steps.build_image.outputs.image }}"
|
|
||||||
echo "Tags: ${{ steps.build_image.outputs.tags }}"
|
|
||||||
|
|
||||||
- name: Check images created
|
- name: Check images created
|
||||||
run: buildah images | grep '${{ env.IMAGE_NAME }}'
|
run: buildah images | grep '${{ env.IMAGE_NAME }}'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user