(Fixed) GitHub Actions

This commit is contained in:
darmiel 2021-04-05 12:07:53 +02:00
parent e9025235fe
commit 188a07f709

View file

@ -54,7 +54,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${GITHUB_REPOSITORY}:${IMAGE_TAG:=latest}
tags: ghcr.io/${{GITHUB_REPOSITORY}}:${{IMAGE_TAG}}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}