diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2727f7d..d22fcd4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,6 +26,9 @@ jobs: with: submodules: recursive + - name: Get tags + run: git fetch --tags + - uses: docker/login-action@v3 with: registry: ${{ vars.WS_DOCKER_REGISTRY }}