From 8f49cd99eb5f80213cfd37bd2bbc25c5f1097fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 20 Jan 2025 16:56:24 +0100 Subject: [PATCH] FIXUP: test --- .github/workflows/release-container-image.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-container-image.yml b/.github/workflows/release-container-image.yml index 0995261..13e0d00 100644 --- a/.github/workflows/release-container-image.yml +++ b/.github/workflows/release-container-image.yml @@ -1,6 +1,3 @@ -# This action listens on new tags, generates a new container image -# sign it and upload it to the container registry. - name: Release container image on: push: @@ -29,9 +26,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Check it's working - run: | - git describe --long --first-parent - name: Login to GitHub Container Registry uses: docker/login-action@v3