]> source.dussan.org Git - gitblit.git/commitdiff
ci: Transition to ICO image labels
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 6 Feb 2022 14:07:14 +0000 (15:07 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 6 Feb 2022 14:07:14 +0000 (15:07 +0100)
.github/workflows/nightly-build.yml

index ff6f4b8c6f244b68d4031b5a0f7524310c75123a..17c0940229fa0a96a060cfeb2b7bb4ef96c79c5a 100644 (file)
@@ -184,6 +184,8 @@ jobs:
           labels: |
             org.label-schema.vcs-ref=${{github.sha}}
             org.label-schema.build-date=${{env.BUILD_DATE}}
+            org.opencontainers.image.revision=${{ env.GITBLIT_GIT_SHA }}
+            org.opencontainers.image.created=${{ env.BUILD_DATE }}
 
       - name: Install Goss for testing the docker image
         uses: e1himself/goss-installation-action@v1.0.4