debug: maybe right that time?
This commit is contained in:
parent
c441b2cd08
commit
80eeb49e5d
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ USER ansible-dev
|
||||||
WORKDIR /home/ansible-dev/
|
WORKDIR /home/ansible-dev/
|
||||||
|
|
||||||
RUN echo $forgejo_user $forgejo_user_pass
|
RUN echo $forgejo_user $forgejo_user_pass
|
||||||
RUN echo https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles
|
RUN echo https://$forgejo_user:$forgejo_user_pass@git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
|
|
||||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||||
# hadolint ignore=DL3001,SC1083
|
# hadolint ignore=DL3001,SC1083
|
||||||
RUN git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles
|
RUN git clone https://$forgejo_user:$forgejo_user_pass@git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
|
|
||||||
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
Loading…
Add table
Reference in a new issue