Skip to content

feat(ci): add sbom generation #14

feat(ci): add sbom generation

feat(ci): add sbom generation #14

Workflow file for this run

name: Docker CI
on:
push:
paths:
- 'Dockerfile'
- '.dockerignore'
pull_request:
paths:
- 'Dockerfile'
- '.dockerignore'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Set up buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
- name: Build container image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
with:
context: .
file: ./Dockerfile
push: false