We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d871f commit 4ae0fd3Copy full SHA for 4ae0fd3
.github/workflows/ci-docker-latest.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Lowercase image name
52
id: image
53
- run: echo "name=ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/iccdev-latest" >> "$GITHUB_OUTPUT"
+ run: echo "name=ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/iccdev" >> "$GITHUB_OUTPUT"
54
55
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
56
@@ -113,7 +113,7 @@ jobs:
113
if: github.event_name != 'pull_request'
114
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
115
with:
116
- name: iccdev-latest-sbom
+ name: iccdev-sbom
117
path: sbom.spdx.json
118
retention-days: 90
119
0 commit comments