|
42 | 42 | context: .
|
43 | 43 | push: true
|
44 | 44 | file: ./docker/benchmarker/Dockerfile
|
45 |
| - tags: ${{ env.UNAME }}/ishocon2-bench:latest,${{ env.UNAME }}/ishocon2-bench:${{ env.DATE }} |
| 45 | + tags: ${{ env.UNAME }}/ishocon2-bench:latest,${{ env.UNAME }}/ishocon2-bench:${{ env.DATE }},ishocon2-bench:latest,ishocon2-bench:${{ env.DATE }} |
46 | 46 | cache-from: type=local,src=/tmp/.buildx-cache
|
47 | 47 | cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
48 | 48 | platforms: linux/amd64,linux/arm64/v8
|
|
52 | 52 | context: .
|
53 | 53 | push: true
|
54 | 54 | file: ./docker/app/base/Dockerfile
|
55 |
| - tags: ${{ env.UNAME }}/ishocon2-app-base:latest,${{ env.UNAME }}/ishocon2-app-base:${{ env.DATE }} |
| 55 | + tags: ${{ env.UNAME }}/ishocon2-app-base:latest,${{ env.UNAME }}/ishocon2-app-base:${{ env.DATE }},ishocon2-app-base:latest,ishocon2-app-base:${{ env.DATE }} |
56 | 56 | cache-from: type=local,src=/tmp/.buildx-cache
|
57 | 57 | cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
58 | 58 | platforms: linux/amd64,linux/arm64/v8
|
@@ -109,7 +109,8 @@ jobs:
|
109 | 109 | context: .
|
110 | 110 | push: true
|
111 | 111 | file: ./docker/app/${{ env.ISHOCON_APP_LANG }}/Dockerfile
|
112 |
| - tags: ${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest,${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:${{ env.DATE }} |
| 112 | + tags: ${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest,${{ env.UNAME }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:${{ env.DATE }} \ |
| 113 | + ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest,ishocon2-app-${{ env.ISHOCON_APP_LANG }}:${{ env.DATE }} |
113 | 114 | cache-from: type=local,src=/tmp/.buildx-cache
|
114 | 115 | cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
115 | 116 | platforms: linux/amd64,linux/arm64/v8
|
|
0 commit comments