(Fixed) GitHub Actions

This commit is contained in:
darmiel 2021-04-05 12:09:42 +02:00
parent 188a07f709
commit e672018166

View file

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