Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Signed-off-by: minhthong582000 <[email protected]>
  • Loading branch information
minhthong582000 committed Jan 12, 2025
1 parent b49e50c commit 6e5b810
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 @@ -183,7 +183,7 @@ jobs:
# comma delimited list of project relative folders to inspect for package
# managers (gomod, yarn, npm).
PROJECT_FOLDERS: "."
DOCKER_IMAGES: ${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/soa-404-server:${{ needs.release-image.outputs.version }}@{{ needs.release-image.outputs.server_digest }},${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/soa-404-client:${{ needs.release-image.outputs.version }}@${{ needs.release-image.outputs.client_digest }}
DOCKER_IMAGES: ${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/soa-404-server:${{ needs.release-image.outputs.version }}@${{ needs.release-image.outputs.server_digest }},${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/soa-404-client:${{ needs.release-image.outputs.version }}@${{ needs.release-image.outputs.client_digest }}
run: |
go install github.com/spdx/spdx-sbom-generator/cmd/generator@$SPDX_GEN_VERSION
go install sigs.k8s.io/bom/cmd/bom@$SIGS_BOM_VERSION
Expand Down

0 comments on commit 6e5b810

Please sign in to comment.