From: Florian Zschocke Date: Sun, 6 Feb 2022 14:07:14 +0000 (+0100) Subject: ci: Transition to ICO image labels X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ab19bce280a1920ec559dc522aa9a700c111dc8a;p=gitblit.git ci: Transition to ICO image labels --- diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index ff6f4b8c..17c09402 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -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