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

update dockerfile in workflow to use the multiarch version

This commit is contained in:
François Darveau 2021-12-10 12:42:15 -05:00
parent 60dc821519
commit 2479f9454d

View file

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