We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed0e6c commit b024691Copy full SHA for b024691
.github/workflows/pr.yaml
@@ -113,7 +113,9 @@ jobs:
113
- name: Push OCI image
114
run: |
115
docker buildx bake --no-cache --set _common.output+=type=oci,dest=./debian-oci.tar debian
116
- oras cp --from-oci-layout ./debian-oci.tar ghcr.io/metal-stack/debian-oci:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}
+ # TODO: login to ghcr using oras
117
+ oras push ghcr.io/metal-stack/debian-oci:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH} ./debian-oci.tar
118
+ # oras cp --from-oci-layout ./debian-oci.tar ghcr.io/metal-stack/debian-oci:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}
119
env:
120
CIS_VERSION: v4.1-4
121
IMG_PKG_COMMAND: dpkg -l
0 commit comments