Skip to content

Commit b66372e

Browse files
committed
Update publish workflow to address breaking changes in oras
1 parent adb7243 commit b66372e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
run: |-
9898
REF="$CORE_REPO/$IMAGE_NAME:$GITHUB_RUN_ID"
9999
oras push $REF \
100-
--manifest-config config.json:application/vnd.turbot.steampipe.config.v1+json \
101-
--manifest-annotations annotations.json \
100+
--config config.json:application/vnd.turbot.steampipe.config.v1+json \
101+
--annotation-file annotations.json \
102102
steampipe_postgres_fdw.so.darwin_amd64.gz:application/vnd.turbot.steampipe.fdw.darwin-amd64.layer.v1+gzip \
103103
steampipe_postgres_fdw.so.linux_amd64.gz:application/vnd.turbot.steampipe.fdw.linux-amd64.layer.v1+gzip \
104104
steampipe_postgres_fdw.so.darwin_arm64.gz:application/vnd.turbot.steampipe.fdw.darwin-arm64.layer.v1+gzip \

0 commit comments

Comments
 (0)