Use Dockerfile.prod (#915)

Signed-off-by: Po Chen <chenpaul914@gmail.com>

Signed-off-by: Po Chen <chenpaul914@gmail.com>
This commit is contained in:
Po Chen
2022-08-12 04:19:04 +10:00
committed by GitHub
parent db785d7ba2
commit 6c2703869e

View File

@@ -1,4 +1,4 @@
name: Publish container image to Docker Hub
name: Publish image to Docker Hub
on:
release:
@@ -26,6 +26,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: Dockerfile.prod
build-args: |
VERSION=${{ github.ref_name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/firezone:${{ github.ref_name }}