Skip to content

Commit 6184ac4

Browse files
drop auto sha-commit prefix as label
1 parent d2e31aa commit 6184ac4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,12 @@ jobs:
115115
ECR_REGISTRY: ${{ inputs.ecr_registry }}
116116
ECR_REPOSITORY: ${{ inputs.ecr_repository }}
117117
IMAGE_TAGS: ${{ inputs.image_tags }}
118-
COMMIT_SHA: ${{ github.sha }}
119118
run: |
120119
set -euo pipefail
121120
base="${ECR_REGISTRY}/${ECR_REPOSITORY}"
122121
IFS=',' read -ra tags <<<"$IMAGE_TAGS"
123122
{
124123
echo "tags<<EOF"
125-
echo "${base}:sha-${COMMIT_SHA}"
126124
for tag in "${tags[@]}"; do
127125
echo "${base}:${tag}"
128126
done

.github/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ rules:
88
# `job_workflow_ref` matches this file at a specific commit SHA,
99
# so a tampered caller cannot reach ECR regardless of what these
1010
# path strings expand to.
11-
- build.yml:151:24
11+
- build.yml:149:24

0 commit comments

Comments
 (0)