Skip to content

Commit

Permalink
Start using the new gitstream image. (#1178)
Browse files Browse the repository at this point in the history
Since `qbarrand/gitstream` has migrated to `rh-ecosystem-edge/gitstream`
a new image `quay.io/edge-infrastructure/gitstream:latest` as replaced
the previous `ghcr.io/qbarrand/gitstream:main` image and in order to
use the updated most gitstream image we need to use the `quay.io` image
which will be the only image updated upon pushes to
`rh-ecosystem-edge/gitstream`.

Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan authored Aug 15, 2024
1 parent 143bb98 commit f89f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GO_RELEASE: go1.20.11.linux-amd64.tar.gz

container:
image: ghcr.io/qbarrand/gitstream:main
image: quay.io/edge-infrastructure/gitstream:latest

permissions:
actions: write
Expand Down

0 comments on commit f89f4ee

Please sign in to comment.