diff --git a/.github/workflows/release-container-image.yml b/.github/workflows/release-container-image.yml index 7177e93..0995261 100644 --- a/.github/workflows/release-container-image.yml +++ b/.github/workflows/release-container-image.yml @@ -29,6 +29,9 @@ 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