Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 11, 2024
1 parent fcb5aa2 commit 7eb80e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
tags: "${{ needs.build_base.outputs.tag_full }}-${{ matrix.directory }}${{ !startsWith(github.ref, 'refs/tags/') && format(',{0}-{1}', needs.build_base.outputs.tag_short, matrix.directory) || '' }}"
build-args: |
ARCH=${{ needs.build_base.outputs }}
ARCH=${{ needs.build_base.outputs.arch }}
BASE_IMAGE=${{ needs.build_base.outputs.tag_full }}-base
DEBIAN_VERSION=${{ needs.build_base.outputs.debian_version }}

0 comments on commit 7eb80e4

Please sign in to comment.