File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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=inline,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,17 +57,17 @@ jobs:
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=inline,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 :
64
64
context : .
65
65
push : true
66
66
tags : ${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest
67
67
file : ./docker/app/${{ env.ISHOCON_APP_LANG }}/Dockerfile
68
- cache-from : type=registry,ref=${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latestst
69
- cache-to : type=inline
70
68
build-args : BASE_IMAGE=${{ env.UNAME }}/ishocon2-app-base:latest
69
+ cache-from : type=registry,ref=${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latestst
70
+ cache-to : type=inline,ref=${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest
71
71
- run : make build
72
72
timeout-minutes : 10
73
73
- run : make up bench-with-db-init
You can’t perform that action at this time.
0 commit comments