summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2021-01-21 23:54:31 +0100
committerGitHub <noreply@github.com>2021-01-21 23:54:31 +0100
commit5ce0b1c18ee3ea722f2f1b1919509bf16c6ba1f6 (patch)
tree52b9f5fd121c04d665e08462acaa14ecf0e99702 /.github
parenta00453e1510e6d00d7f109080b37352647a3a83e (diff)
downloadinvidious-5ce0b1c18ee3ea722f2f1b1919509bf16c6ba1f6.tar.gz
invidious-5ce0b1c18ee3ea722f2f1b1919509bf16c6ba1f6.tar.bz2
invidious-5ce0b1c18ee3ea722f2f1b1919509bf16c6ba1f6.zip
Remove image digest output
Does not work with two images at the same time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container-release.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml
index 3d61928f..c8b2e56a 100644
--- a/.github/workflows/container-release.yml
+++ b/.github/workflows/container-release.yml
@@ -45,6 +45,3 @@ jobs:
file: docker/Dockerfile
push: true
tags: quay.io/invidious/invidious:${{ github.sha }}
-
- - name: Image digest
- run: echo ${{ steps.docker_build.outputs.digest }}