Fix docker workflow

This commit is contained in:
Raphaël Thériault 2020-10-01 14:09:35 -04:00
parent f0c6409c48
commit 786cce1839
No known key found for this signature in database
GPG Key ID: D4E92B68275D389F
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build
name: Docker
on: push
jobs:
@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: prepare
- id: prep
run: |
DOCKER_IMAGE=ghcr.io/${{ github.repository_owner }}/filite
VERSION=noop