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