File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
file : ./docker/benchmarker/Dockerfile
49
49
tags : ${{ env.UNAME }}/ishocon2-app-bench:latest
50
50
cache-from : type=registry,ref=${{ env.UNAME }}/ishocon2-app-bench:latest
51
- cache-to : type=inline
51
+ cache-to : type=registry,ref=${{ env.UNAME }}/ishocon2-app-bench:latest
52
52
- name : Build and push base image
53
53
uses : docker/build-push-action@v5
54
54
with :
57
57
file : ./docker/app/base/Dockerfile
58
58
tags : ${{ env.UNAME }}/ishocon2-app-base:latest
59
59
cache-from : type=registry,ref=${{ env.UNAME }}/ishocon2-app-base:latest
60
- cache-to : type=inline
60
+ cache-to : type=registry,ref=${{ env.UNAME }}/ishocon2-app-base:latest
61
61
- name : Build and push app image
62
62
uses : docker/build-push-action@v5
63
63
with :
66
66
tags : ${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest
67
67
file : ./docker/app/${{ env.ISHOCON_APP_LANG }}/Dockerfile
68
68
cache-from : type=registry,ref=${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latestst
69
- cache-to : type=inline
69
+ cache-to : type=registry,ref=${{ env.UNAME }}/ishocon2-app-bench:latest
70
70
build-args : BASE_IMAGE=${{ env.UNAME }}/ishocon2-app-base:latest
71
71
- run : make build
72
72
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments