Skip to content

Commit

Permalink
feat(actions): add docker build args
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouter committed Dec 4, 2023
1 parent 96bbae6 commit 04f2235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
push: true
tags: ${{ steps.prep.outputs.tags }}
build-args: |
VERSION=0.2.0
platforms: |-
linux/amd64
linux/arm64
2 changes: 2 additions & 0 deletions .github/workflows/docker-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
push: true
tags: ${{ steps.prep.outputs.tags }}
build-args: |
VERSION=0.2.0
platforms: |-
linux/amd64
linux/arm64

0 comments on commit 04f2235

Please sign in to comment.