mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
3
.github/workflows/publish-image.yml
vendored
3
.github/workflows/publish-image.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user