diff --git a/.github/workflows/docker-push.yaml b/.github/workflows/docker-push.yaml index fdab01b..7956352 100644 --- a/.github/workflows/docker-push.yaml +++ b/.github/workflows/docker-push.yaml @@ -73,7 +73,7 @@ jobs: # https://github.com/marketplace/actions/docker-metadata-action - name: extract metadata for docker id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: ${{ env.image-path }} tags: ${{ inputs.tags }}