Skip to content

Commit

Permalink
Adding BF_PUBLISHING=1 to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Feb 23, 2024
1 parent 3ab2788 commit 9f9efcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
file: ./${{ matrix.node }}/Dockerfile
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
BF_PUBLISHING=1
BF_VERSION=${{ steps.version.outputs.contents }}
push: true
platforms: linux/amd64,linux/arm64
Expand All @@ -98,6 +99,7 @@ jobs:
file: ./${{ matrix.node }}/Dockerfile
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
BF_PUBLISHING=1
BF_VERSION=${{ steps.version.outputs.contents }}
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 9f9efcd

Please sign in to comment.