Skip to content

Bump alpine from 3.17.3 to 3.18.4 #24

Bump alpine from 3.17.3 to 3.18.4

Bump alpine from 3.17.3 to 3.18.4 #24

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