We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59374e commit b1d26daCopy full SHA for b1d26da
action.yml
@@ -27,23 +27,10 @@ inputs:
27
sbom-file:
28
description: 'Path to the SBOM file to upload'
29
required: false
30
- github-actor:
31
- description: 'Used for authenticating to GHCR. Commonly $\{{ github.actor }}'
32
- required: true
33
- github-token:
34
- description: 'Used for authenticating to GHCR. Commonly $\{{ secrets.GITHUB_TOKEN }}'
35
36
37
runs:
38
using: "composite"
39
steps:
40
- - name: Log in to GHCR
41
- uses: docker/login-action@v3
42
- with:
43
- registry: ghcr.io
44
- username: ${{ inputs.github-actor }}
45
- password: ${{ inputs.github-token }}
46
-
47
- name: Build sbom-uploader Docker image
48
run: docker pull ghcr.io/octopusdeploy/sbom-uploader-go:latest
49
shell: bash
0 commit comments