Skip to content

Commit

Permalink
chore: run hack/generate-ta-tasks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 12, 2024
1 parent b1b388e commit 4c4520c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,14 @@ spec:
}
EOL
echo "Ensuring that the empty blob exists, for the image manifest config."
echo -n "{}" | oras blob push \
--registry-config auth.json \
${REPO}@sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a \
--media-type application/vnd.oci.empty.v1+json --size 2 -
for varfile in /var/workdir/vars/*; do
echo
echo "Reading $varfile"
source $varfile
Expand Down

0 comments on commit 4c4520c

Please sign in to comment.