Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Oct 3, 2023
1 parent 99b669d commit a323484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Store list of ghcr images
id: ghcr-images
run: |
output=$(./scripts/images-digest.sh ${{ env.TAG }} ${{ env.REGISTRY }})
output=$(./scripts/image-digest.sh ${{ env.TAG }} ${{ env.REGISTRY }})
echo "ghcr-images=$result" >> "$GITHUB_OUTPUT"
ghcr-sign:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a323484

Please sign in to comment.