Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.1 #9

Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.1

Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.1 #9

Workflow file for this run

name: Image build
on: [pull_request]
jobs:
build:
name: Image plugin
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container image
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ghcr.io/${{ github.repository }}:latest
file: images/Dockerfile