Skip to content

Bump github.com/onsi/gomega from 1.35.1 to 1.36.2 #11

Bump github.com/onsi/gomega from 1.35.1 to 1.36.2

Bump github.com/onsi/gomega from 1.35.1 to 1.36.2 #11

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