Remove image digest output

Does not work with two images at the same time
pull/1689/head
Perflyst 4 years ago committed by GitHub
parent a00453e151
commit 5ce0b1c18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,3 @@ jobs:
file: docker/Dockerfile file: docker/Dockerfile
push: true push: true
tags: quay.io/invidious/invidious:${{ github.sha }} tags: quay.io/invidious/invidious:${{ github.sha }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

Loading…
Cancel
Save