We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7243 commit b66372eCopy full SHA for b66372e
.github/workflows/publish.yml
@@ -97,8 +97,8 @@ jobs:
97
run: |-
98
REF="$CORE_REPO/$IMAGE_NAME:$GITHUB_RUN_ID"
99
oras push $REF \
100
- --manifest-config config.json:application/vnd.turbot.steampipe.config.v1+json \
101
- --manifest-annotations annotations.json \
+ --config config.json:application/vnd.turbot.steampipe.config.v1+json \
+ --annotation-file annotations.json \
102
steampipe_postgres_fdw.so.darwin_amd64.gz:application/vnd.turbot.steampipe.fdw.darwin-amd64.layer.v1+gzip \
103
steampipe_postgres_fdw.so.linux_amd64.gz:application/vnd.turbot.steampipe.fdw.linux-amd64.layer.v1+gzip \
104
steampipe_postgres_fdw.so.darwin_arm64.gz:application/vnd.turbot.steampipe.fdw.darwin-arm64.layer.v1+gzip \
0 commit comments