Skip to content

Commit

Permalink
Update builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 12, 2024
1 parent 2319f24 commit ff31283
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

#


- name: Set BUILD_FROM, PLATFORM, and VERSION variables
if: steps.check.outputs.build_arch == 'true'
Expand All @@ -132,6 +130,9 @@ jobs:
run: |
docker buildx build --platform linux/${{ env.PLATFORM }} \
--build-arg BUILD_FROM=${{ env.BUILD_FROM }} \
--build-arg REPO_URL=https://github.com/${{ env.REPO_NAME_LC }} \
--build-arg VERSION=${{ env.VERSION }} \
--build-arg PLATFORM=${{ env.PLATFORM }} \
--push \
-t ghcr.io/${{ env.REPO_NAME_LC }}-${{ matrix.addon }}-${{ matrix.arch }}:${{ env.VERSION }} \
./${{ matrix.addon }}
Expand Down

0 comments on commit ff31283

Please sign in to comment.