Skip to content

Commit

Permalink
test this out
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 18, 2024
1 parent e351ccd commit 9d3ca87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
WIF_PROVIDER: "projects/337907489413/locations/global/workloadIdentityPools/jesse-artifacts-pool/providers/jesse-artifacts" # this was hard to find: WIP --> Expand pool --> Click pencil icon
WIF_SERVICE_ACCOUNT: "jesse-artifacts-github-actions@prj-polygonlabs-devtools-dev.iam.gserviceaccount.com"
CRITICAL_COUNT: 5
IMAGE_NAME: "europe-west2-docker.pkg.dev/prj-polygonlabs-shared-dev/polygonlabs-docker-dev/jesse/polygon-cli"
IMAGE_NAME: "europe-west2-docker.pkg.dev/prj-polygonlabs-devtools-dev/polygonlabs-docker-dev/jesse/polygon-cli"

ATTESTOR_PROJECT_ID: "polygonlabs-devtools-dev"
KEY_RING: "jesse-artifacts-ring"
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ RUN make build
FROM alpine:latest
RUN apk --no-cache add ca-certificates

WORKDIR /root/

# Copy the binary from the builder stage
COPY --from=builder /go/src/app/out/polycli .
COPY --from=builder /go/src/app/out/polycli /root

# Command to run the binary
CMD ["./polycli"]
CMD ["/root/polycli"]

0 comments on commit 9d3ca87

Please sign in to comment.