Skip to content

Add Alpine 3.19 to README #48

Add Alpine 3.19 to README

Add Alpine 3.19 to README #48

Workflow file for this run

name: Docker build
on:
push:
branches-ignore: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-main:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Docker image
uses: docker/build-push-action@v5
with:
pull: true
push: false
build-edge:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Docker image
uses: docker/build-push-action@v5
with:
context: edge
pull: true
push: false