Remove image digest output
Does not work with two images at the same time
This commit is contained in:
parent
a00453e151
commit
5ce0b1c18e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/container-release.yml
vendored
3
.github/workflows/container-release.yml
vendored
|
@ -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…
Reference in a new issue