Skip to content

Commit

Permalink
fix: cosign base-image-only flag (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 23, 2024
1 parent 295a0e9 commit 88401d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: nginx
display-name: RaBe nginx in UBI9
tags: minimal rhel9 ubi9 rabe nginx
cosign-base-image-only: true
mkdocs:
runs-on: ubuntu-latest
permissions:
Expand All @@ -32,7 +33,7 @@ jobs:
id-token: none
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pip install mkdocs mkdocs-material mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
Expand Down

0 comments on commit 88401d0

Please sign in to comment.