Skip to content

[Snyk] Security upgrade alpine from 3.20.0 to 3 #104

[Snyk] Security upgrade alpine from 3.20.0 to 3

[Snyk] Security upgrade alpine from 3.20.0 to 3 #104

Workflow file for this run

name: Docker build CI
on:
push:
paths:
- Dockerfile
pull_request:
paths:
- Dockerfile
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Set up Docker
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
pull: false
push: false