File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111env :
1212 IMAGE_NAME : teleservices/teleservices-bookworm-base
1313 DEBIAN_VERSION : bookworm
14+ PROXY_CACHE : ${{ secrets.HARBOR_URL }}/docker-hub/library/
1415jobs :
1516 base_harbor :
1617 runs-on : gha-runners-teleservices
4344 push : true
4445 build-args : |
4546 DEBIAN_VERSION=${{ env.DEBIAN_VERSION }}
47+ PROXY_CACHE=${{ env.PROXY_CACHE }}
4648 - name : Send notification on Mattermost
4749 run : |
4850 JOB_URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
Original file line number Diff line number Diff line change 11ARG DEBIAN_VERSION
2- FROM debian:${DEBIAN_VERSION}
2+ ARG PROXY_CACHE
3+ FROM ${PROXY_CACHE}debian:${DEBIAN_VERSION}
34ARG DEBIAN_VERSION
45# Setting ENV variables
56ENV DEBIAN_FRONTEND=noninteractive \
You can’t perform that action at this time.
0 commit comments