fix(deps): update github.com/opiproject/opi-api digest to 56e46f7 #942
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 |