File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : checkout ecs repo
3333 uses : actions/checkout@v3
3434 with :
35- repository : sygmaprotocol /devops
35+ repository : sprintertech /devops
3636 token : ${{ secrets.GHCR_TOKEN }}
3737 ref : main
3838
Original file line number Diff line number Diff line change 6969 - name : checkout ecs repo
7070 uses : actions/checkout@v4
7171 with :
72- repository : sygmaprotocol /devops
72+ repository : sprintertech /devops
7373 token : ${{ secrets.GHCR_TOKEN }}
7474
7575 - name : render jinja2 templates to task definition json files
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ RUN apk add --update-cache --no-cache \
1717COPY --from=builder /src/rpc-gateway /app/
1818
1919USER nobody
20- LABEL org.opencontainers.image.source https://github.com/sygmaprotocol /rpc-gateway
20+ LABEL org.opencontainers.image.source https://github.com/sprintertech /rpc-gateway
2121ENTRYPOINT ["/app/rpc-gateway" ]
You can’t perform that action at this time.
0 commit comments