Skip to content

Commit

Permalink
Update gitops-commit-status SHA to v0.0.2 (#321)
Browse files Browse the repository at this point in the history
* Update gitops-commit-status SHA to v0.0.2

* Use the SHA in the manifest so that mult-arch would work
  • Loading branch information
wtam2018 authored Jul 13, 2022
1 parent 6a7c434 commit 8baf252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipelines/tasks/set_commit_status_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func CreateCommitStatusTask(namespace string) *pipelinev1.Task {
{
Container: v1.Container{
Name: "set-commit-status",
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:ef5b3b242bf3b42a3a5d3ff74b3c7d495c608297b7428ae57b8ece10954e7546",
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:b28e5d207f70fc37f5cbf79fabcfa2708459316d09e9def9647c06807d9464cd",
Env: []v1.EnvVar{
{
Name: "GITHOSTACCESSTOKEN",
Expand Down

0 comments on commit 8baf252

Please sign in to comment.