1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 02:45:18 +02:00

update Dockerfile path for Github Actions workflow

This commit is contained in:
François Darveau 2021-12-06 22:37:09 -05:00
parent 021bd4e85a
commit 7ae241ec4d

View file

@ -44,6 +44,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
file: ./.docker/Dockerfile
push: true
tags: ${{ steps.prep.outputs.tags }}