Skip to content

Commit dfad7b4

Browse files
authored
Merge pull request #74 from st3penta/fix-pipeline
Fix obsolete path in pipeline
2 parents 37cbd58 + 41e38b5 commit dfad7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
--tags="$IMAGE_TAG,latest" \
8181
--image-label="org.opencontainers.image.revision=$COMMIT_SHA" \
8282
--image-label="org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}" \
83-
./cmd/launch-taskrun
83+
./cmd/trigger-vsa
8484
8585
echo "✅ Image pushed to ${{ env.QUAY_REPOSITORY }}:$IMAGE_TAG"
8686
echo "✅ Image pushed to ${{ env.QUAY_REPOSITORY }}:latest"

0 commit comments

Comments
 (0)