Skip to content

Commit

Permalink
try out single image
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmazonian committed Dec 30, 2024
1 parent 7b0a740 commit 9c429a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: [ self-hosted, scheduler ]
strategy:
matrix:
arch: ${{ startsWith(inputs.arch, '[') && fromJson(inputs.arch) || format('["{0}"]', inputs.arch) }}
arch: ${{ startsWith(inputs.arch, '[') && fromJson(inputs.arch) || format('[{0}]', inputs.arch) }}
steps:
- name: Create new instance
id: create_cpu
Expand Down

0 comments on commit 9c429a9

Please sign in to comment.