We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37cbd58 + 41e38b5 commit dfad7b4Copy full SHA for dfad7b4
.github/workflows/pipeline.yml
@@ -80,7 +80,7 @@ jobs:
80
--tags="$IMAGE_TAG,latest" \
81
--image-label="org.opencontainers.image.revision=$COMMIT_SHA" \
82
--image-label="org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}" \
83
- ./cmd/launch-taskrun
+ ./cmd/trigger-vsa
84
85
echo "✅ Image pushed to ${{ env.QUAY_REPOSITORY }}:$IMAGE_TAG"
86
echo "✅ Image pushed to ${{ env.QUAY_REPOSITORY }}:latest"
0 commit comments