mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-10-31 18:31:23 +00:00
Rewrite metadata to docker format (#43)
Co-authored-by: lumarel <lumarel@users.noreply.github.com>
This commit is contained in:
parent
a43b9a4233
commit
e9e05ddfa0
3
.github/workflows/build-2nd-layer.yml
vendored
3
.github/workflows/build-2nd-layer.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
|||||||
labels: |
|
labels: |
|
||||||
name=rockylinux
|
name=rockylinux
|
||||||
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||||
|
oci: true
|
||||||
tags: ${{ matrix.registry.domain }}/${{ matrix.registry.account }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
tags: ${{ matrix.registry.domain }}/${{ matrix.registry.account }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
@ -63,3 +64,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: ${{ steps.build-image.outputs.image }}
|
image: ${{ steps.build-image.outputs.image }}
|
||||||
tags: ${{ steps.build-image.outputs.tags }}
|
tags: ${{ steps.build-image.outputs.tags }}
|
||||||
|
extra-args: |
|
||||||
|
--format=v2s2
|
||||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -44,4 +44,5 @@ jobs:
|
|||||||
labels: |
|
labels: |
|
||||||
name=rockylinux
|
name=rockylinux
|
||||||
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||||
|
oci: true
|
||||||
tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ACCOUNT }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ACCOUNT }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||||
|
Loading…
Reference in New Issue
Block a user