Skip to content

Commit

Permalink
chore: fix - public base image and edit dockerfile (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-pham authored Jan 31, 2023
1 parent 3f17617 commit c15a725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
release:
type:
- published
- released
branches:
- master
tags:
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM gcr.io/test-servers-256610/ronin_ronin-base-image:base-image-0c47779be as builder

ENV GOPRIVATE="github.com/axieinfinity"
FROM ghcr.io/axieinfinity/ronin_ronin-base-image:base-image-0c47779be as builder

WORKDIR /opt

RUN --mount=type=secret,id=github_token git config --global url."https://x-access-token:$(cat /run/secrets/github_token)@github.com".insteadOf "https://github.com"

COPY . /opt/bridge
RUN cd bridge && make bridge

Expand Down

0 comments on commit c15a725

Please sign in to comment.