(Fixed) GitHub Actions

This commit is contained in:
darmiel 2021-04-05 12:06:23 +02:00
parent dd5bd185be
commit e9025235fe

View file

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