Skip to content

Commit

Permalink
update publish script for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 18, 2021
1 parent 8a5f9e2 commit d50b343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: dragonfruitdotnet/onionfruit-country-engine:latest
file: ./generator/Dockerfile
build-args: |
Version=${{ github.ref_name }}
- name: Build and push (Beta)
uses: docker/build-push-action@v2
Expand All @@ -74,4 +76,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
tags: dragonfruitdotnet/onionfruit-country-engine:beta
file: ./generator/Dockerfile
file: ./generator/Dockerfile
build-args: |
Version=${{ github.ref_name }}

0 comments on commit d50b343

Please sign in to comment.