remove one output step from build

This commit is contained in:
Lukas Prettenthaler 2021-08-19 11:47:10 +02:00
parent 7d64f8db45
commit b5efbbbcda
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D

View File

@ -42,11 +42,6 @@ jobs:
dockerfiles: |
./Dockerfile
- name: Echo Outputs
run: |
echo "Image: ${{ steps.build_image.outputs.image }}"
echo "Tags: ${{ steps.build_image.outputs.tags }}"
- name: Check images created
run: buildah images | grep '${{ env.IMAGE_NAME }}'