diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index dbe9ab5..734078f 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -51,7 +51,7 @@ jobs: # The labels it will output are short sha, semantic version (if present), branch, and latest if on main - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |