Skip to content

chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml from 1.2.3 to 2.0.0 #274

chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml from 1.2.3 to 2.0.0

chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml from 1.2.3 to 2.0.0 #274

Workflow file for this run

---
name: Docker CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Build the Docker image
run: docker build . --file Dockerfile --platform linux/amd64