File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments