File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 6666 - run : docker pull docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit || true
6767 - run : docker build . -t thing --cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit
6868 - run : docker tag thing docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit && docker push docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit || true
69- build_with_gpr_buildkit :
70- env :
71- DOCKER_BUILDKIT : ' 1'
72- runs-on : ubuntu-latest
73- steps :
74- - uses : actions/checkout@v2
75- - run : echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
76- - run : docker build . -t thing --cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-with-buildkit --build-arg BUILDKIT_INLINE_CACHE=1
77- - run : docker tag thing docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-with-buildkit && docker push docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-with-buildkit || true
You can’t perform that action at this time.
0 commit comments