Skip to content

Update module github.com/hashicorp/golang-lru to v2 #401

Update module github.com/hashicorp/golang-lru to v2

Update module github.com/hashicorp/golang-lru to v2 #401

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: Build the Docker image
run: docker build -t ghcr.io/bootjp/simple_dns:latest .
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: push the Docker image
run: docker push ghcr.io/bootjp/simple_dns:latest