diff --git a/.github/workflows/publish-cimg-ruby.yml b/.github/workflows/publish-cimg-ruby.yml index 5502558..8dc52e5 100644 --- a/.github/workflows/publish-cimg-ruby.yml +++ b/.github/workflows/publish-cimg-ruby.yml @@ -69,7 +69,7 @@ jobs: images: ${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./cimg-ruby/ build-args: RUBY_VERSION=${{ matrix.version }}