mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-02 21:23:07 +00:00
fix: remove extra character (#3)
This commit is contained in:
parent
0ebcdf619e
commit
677c075955
4
.github/workflows/docker-reusable.yml
vendored
4
.github/workflows/docker-reusable.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
||||
uses: fabiocaccamo/create-matrix-action@v5
|
||||
with:
|
||||
matrix: |
|
||||
os {linux}, arch {amd64}, builder {$${{ env.amd64_builder }}}
|
||||
os {linux}, arch {arm64}, builder {$${{ env.arm64_builder }}}
|
||||
os {linux}, arch {amd64}, builder {${{ env.amd64_builder }}}
|
||||
os {linux}, arch {arm64}, builder {${{ env.arm64_builder }}}
|
||||
|
||||
# Build platform specific image
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user