Skip to content

Commit

Permalink
fix: update dockerfile ARGs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Feb 8, 2024
1 parent b26ca18 commit 5adbf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN echo "USERNAME: $USERNAME"
RUN if [ -z "$PAT" ]; then echo "PAT is not set"; else echo "PAT is set"; fi


RUN git clone https://"$USERNAME":"$PAT"@github.com/adorsys/kc-oid4vci-deployment.git /app/kc-oid4vci-deployment && \
RUN git clone https://$USERNAME:$PAT@github.com/adorsys/kc-oid4vci-deployment.git /app/kc-oid4vci-deployment && \
git -C /app/kc-oid4vci-deployment checkout issue-25638

# Stage 2: Build the project
Expand Down

0 comments on commit 5adbf8d

Please sign in to comment.