diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c65c0ae..52d0d7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: echo "branch=$(echo ${GIT_REF,,} | sed 's/[^a-zA-Z0-9]/-/g')" | tee -a $GITHUB_OUTPUT - name: Generate Docker metadata with ruby version - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 id: metadata with: flavor: | @@ -171,7 +171,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Generate Docker metadata with ruby version - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 id: metadata with: flavor: |