diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9a25490..d46a841 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run git tag - run: git tag + run: echo $(git tag) shell: bash - name: Set up QEMU uses: docker/setup-qemu-action@v3