Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Apr 15, 2024
1 parent 44bf10b commit 8b23536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id: get-manifest-digest
run: |
set -euo pipefail
digest=$(go run internal/tasks/main.go digest ghcr.io/tprasadtp/protonwire:${{github.sha}}'
digest=$(go run internal/tasks/main.go digest ghcr.io/tprasadtp/protonwire:${{github.sha}}
if [[ -z $digest ]]; then
echo "failed to get digest"
exit 1
Expand All @@ -100,6 +100,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs:
- lint
- build
permissions:
contents: read
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
provenance:
if: github.event_name != 'pull_request'
needs:
- lint
- build
permissions:
contents: read
Expand Down

0 comments on commit 8b23536

Please sign in to comment.