ci: fix missing IMAGE variable

This commit is contained in:
Thomas Amland 2021-07-04 12:21:44 +02:00
parent 9eb30f9182
commit c9874b67bd

View File

@ -3,6 +3,7 @@ on:
- pull_request
env:
IMAGE: ${{ github.repository }}
VERSION: ${{ github.sha }}
jobs: