Skip to content

feat: add docker compose for dev/testing #2

feat: add docker compose for dev/testing

feat: add docker compose for dev/testing #2

Workflow file for this run

---
name: Image Build and Push
on:
push:
branches: [main]
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Image
uses: docker/build-push-action@v4
with:
push: true
tags: |
ghcr.io/routedbits/container-anycast-dns:latest