Skip to content

Commit

Permalink
Merge pull request #170 from sosiouxme/20241118-TRT-1107-github-app
Browse files Browse the repository at this point in the history
Dockerfile: fix broken go install
  • Loading branch information
openshift-merge-bot[bot] authored Dec 19, 2024
2 parents 5be862f + 5e96250 commit d4bfeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dnf install -y \
go \
make \
&& go install github.com/Link-/gh-token@latest \
k8s.io/test-infra/robots/pr-creator@latest
&& go install k8s.io/test-infra/robots/pr-creator@latest
COPY . .
RUN make build

Expand Down

0 comments on commit d4bfeeb

Please sign in to comment.