Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev authored Nov 15, 2023
1 parent a09b2ee commit b0d9b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}}
platforms: ${{ inputs.platforms }}
- name: update index.json
run: echo '{{ matrix.index }}' >> ${{ format('{0}/index.json') matrix.path }}
run: echo '${{ matrix.index }}' >> ${{ format('{0}/index.json') matrix.path }}

0 comments on commit b0d9b37

Please sign in to comment.