Skip to content

Commit

Permalink
cleanup docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTFM committed Nov 20, 2023
1 parent a640634 commit d7b4985
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
FROM bitnami/golang:1.18-debian-10 as build

ARG GITHUB_USERNAME
ARG GITHUB_TOKEN
ARG GITHUB_REPO_PATH

RUN git config --global \
url."https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO_PATH}".insteadOf \
"https://github.com/${GITHUB_REPO_PATH}"

WORKDIR /app

Expand Down

0 comments on commit d7b4985

Please sign in to comment.