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: |
|
||||
name=rockylinux
|
||||
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||
oci: true
|
||||
tags: ${{ matrix.registry.domain }}/${{ matrix.registry.account }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||
|
||||
- name: Push image
|
||||
@ -63,3 +64,5 @@ jobs:
|
||||
with:
|
||||
image: ${{ steps.build-image.outputs.image }}
|
||||
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: |
|
||||
name=rockylinux
|
||||
version=${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||
oci: true
|
||||
tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_ACCOUNT }}/rockylinux:${{ matrix.version.major }}-ubi-${{ matrix.type }}
|
||||
|
Loading…
Reference in New Issue
Block a user