fix(deps): update github.com/opiproject/opi-spdk-bridge digest to 32ba17b #948
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker | |
on: | |
workflow_dispatch: | |
workflow_call: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
permissions: | |
contents: read | |
jobs: | |
call: | |
permissions: | |
contents: read | |
packages: write | |
id-token: write | |
uses: opiproject/opi-smbios-bridge/.github/workflows/docker-publish.yml@main | |
secrets: inherit |