Skip to content

Update module gopkg.in/yaml.v2 to v3 (#17) #11

Update module gopkg.in/yaml.v2 to v3 (#17)

Update module gopkg.in/yaml.v2 to v3 (#17) #11

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@v3
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image to GHCR
run: make docker-build docker-push