Skip to content

Commit 54fa877

Browse files
committed
Add tags to the build/push step
1 parent de54073 commit 54fa877

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
sbom: true
113113
labels: ${{ steps.meta.outputs.labels }}
114114
target: ${{ matrix.os.compiler_name }}
115+
tags: ${{ env.CONTAINER_IMAGE }}
115116
- name: Test the Docker image
116117
if: ${{ github.ref_type == 'branch' && github.ref_name != github.event.repository.default_branch }}
117118
run: |

.github/workflows/rhel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
sbom: true
103103
labels: ${{ steps.meta.outputs.labels }}
104104
target: ${{ matrix.os.compiler_name }}
105+
tags: ${{ env.CONTAINER_IMAGE }}
105106
- name: Test the Docker image
106107
if: ${{ github.ref_type == 'branch' && github.ref_name != github.event.repository.default_branch }}
107108
run: |

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
sbom: true
111111
labels: ${{ steps.meta.outputs.labels }}
112112
target: ${{ matrix.os.compiler_name }}
113+
tags: ${{ env.CONTAINER_IMAGE }}
113114
- name: Test the Docker image
114115
if: ${{ github.ref_type == 'branch' && github.ref_name != github.event.repository.default_branch }}
115116
run: |

0 commit comments

Comments
 (0)