Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
release(action): able to ignore verify-attestation command in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Mar 26, 2023
1 parent 34c8f0b commit 28eafc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'doc/**'
- 'Makefile'
env:
VERSION: v0.9
VERSION: v0.10
IMAGE_NAME: ghcr.io/${{ github.repository }}
COSIGN_VERSION: v1.13.1
SYFT_VERSION: v0.44.1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ inputs:

runs:
using: "docker"
image: "Dockerfile" # TODO Revert after testing action
image: "docker://ghcr.io/nais/salsa:v0.10"
args:
- ${{ inputs.repo_dir }}
- ${{ inputs.repo_name }}
Expand Down

0 comments on commit 28eafc0

Please sign in to comment.