diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff690cc20..26ab4ca2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: flavor: | latest=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}