Skip to content

Commit

Permalink
ci: fix invalid json
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Mar 18, 2024
1 parent 23a0a27 commit feb7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
oci-registry-username: ${{ vars.OCI_REGISTRY_USERNAME }}
images: |
[{
"repository": ${{ vars.OCI_REGISTRY_IMAGE_REPOSITORY }},
"repository": "${{ vars.OCI_REGISTRY_IMAGE_REPOSITORY }}",
"tag": "${{ inputs.tag }}",
"dockerfile": "./Dockerfile",
"platforms": [
Expand Down

0 comments on commit feb7df7

Please sign in to comment.