diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ed90e3ed2..f2aa6915d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -21,6 +21,9 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v2 + with: + # fetch tags so the compiled-in version number is useful + fetch-depth: 0 - name: Build and push container uses: coreos/actions-lib/build-container@main with: