From 208a55f99530d600ffbeee5b9f059f2a0e30ca4e Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Mon, 14 Oct 2024 23:59:38 +0200 Subject: [PATCH] update --- .github/workflows/push.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 6ca05f6..27132a7 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -110,7 +110,6 @@ jobs: ${{ env.DOCKER_IMAGE_REPOSITORY }}:merge-${{ github.event.number }} labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} - org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - name: Build and Push Docker UBI Image to Docker registry @@ -129,7 +128,6 @@ jobs: ${{ env.DOCKER_IMAGE_REPOSITORY }}:merge-${{ github.event.number }}-ubi labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} - org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - name: Login to ghcr registry @@ -157,7 +155,6 @@ jobs: ${{ env.GHCR_IMAGE_REPOSITORY }}:merge-${{ github.event.number }} labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} - org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - name: Build and Push Docker UBI Image to ghcr registry @@ -176,7 +173,6 @@ jobs: ${{ env.GHCR_IMAGE_REPOSITORY }}:merge-${{ github.event.number }}-ubi labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} - org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - uses: dorny/paths-filter@v3 @@ -209,7 +205,6 @@ jobs: ${{ env.GHCR_IMAGE_REPOSITORY }}/docs:merge-${{ github.event.number }} labels: | org.opencontainers.image.source=${{ github.event.repository.clone_url }} - org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} ############################## @@ -283,11 +278,12 @@ jobs: # branch: ${{ github.ref }} - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: true DEFAULT_BUMP: patch + CUSTOM_TAG: PR-${{ github.event.number }} - name: Notify Slack uses: 8398a7/action-slack@v3