Skip to content

Bump alpine from 3.21.2 to 3.22.1 #102

Bump alpine from 3.21.2 to 3.22.1

Bump alpine from 3.21.2 to 3.22.1 #102

name: Build Docker Image
on: [push, pull_request]
jobs:
build-image:
name: Build Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docker Image
uses: docker/build-push-action@v6
with:
context: .
push: false