Skip to content

Update module github.com/onsi/ginkgo/v2 to v2.22.2 (#7) #4

Update module github.com/onsi/ginkgo/v2 to v2.22.2 (#7)

Update module github.com/onsi/ginkgo/v2 to v2.22.2 (#7) #4

name: Docker build and push to ghcr
on:
push:
branches:
- main
jobs:
push-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image to GHCR
run: make docker-build docker-push