Skip to content

Commit e8b1c04

Browse files
committed
Add image description
1 parent 019c872 commit e8b1c04

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ jobs:
190190
tags: |
191191
type=raw,value=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}
192192
type=sha,prefix=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}-sha-
193+
annotations: |
194+
org.opencontainers.image.description=Images for use by XRPLF CI pipelines.
193195
- name: Create manifest list and push
194196
working-directory: /tmp/digests
195197
shell: bash

.github/workflows/rhel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
tags: |
160160
type=raw,value=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}
161161
type=sha,prefix=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}-sha-
162+
annotations: |
163+
org.opencontainers.image.description=Images for use by XRPLF CI pipelines.
162164
- name: Create manifest list and push
163165
working-directory: /tmp/digests
164166
shell: bash

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ jobs:
185185
tags: |
186186
type=raw,value=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}
187187
type=sha,prefix=${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}-sha-
188+
annotations: |
189+
org.opencontainers.image.description=Images for use by XRPLF CI pipelines.
188190
- name: Create manifest list and push
189191
working-directory: /tmp/digests
190192
shell: bash

0 commit comments

Comments
 (0)