File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111env :
1212 BUILDX_CACHE : /tmp/.buildx-cache
1313 CACHE_KEY : docker-erddap-buildx-
14+ TOMCAT_AMD64_IMAGE : tomcat:10.1.26-jdk21-temurin-jammy@sha256:18952effb643bf192799e4ab2ca7c121d58871e96e5709fb5d405f4682a9aae7
15+ TOMCAT_ARM64_IMAGE : tomcat:10.1.26-jdk21-temurin-jammy@sha256:4775c2227f16ee2726a35a1e97f43bfcb1a085cad23e169b1066ec9603826d8b
1416
1517jobs :
1618 build :
@@ -24,11 +26,11 @@ jobs:
2426 # amd64
2527 - platform : " linux/amd64"
2628 tag : " ${{ vars.DOCKER_TAG }}"
27- base : " ${{ vars. TOMCAT_AMD64_IMAGE }}"
29+ base : " ${{ TOMCAT_AMD64_IMAGE }}"
2830 # arm64/v8
2931 - platform : " linux/arm64/v8"
3032 tag : " ${{ vars.DOCKER_TAG }}"
31- base : " ${{ vars. TOMCAT_ARM64_IMAGE }}"
33+ base : " ${{ TOMCAT_ARM64_IMAGE }}"
3234
3335 steps :
3436 - name : Checkout
@@ -92,11 +94,11 @@ jobs:
9294 # amd64
9395 - platform : " linux/amd64"
9496 tag : " ${{ vars.DOCKER_TAG }}"
95- base : " ${{ vars. TOMCAT_AMD64_IMAGE }}"
97+ base : " ${{ TOMCAT_AMD64_IMAGE }}"
9698 # arm64/v8
9799 - platform : " linux/arm64/v8"
98100 tag : " ${{ vars.DOCKER_TAG }}"
99- base : " ${{ vars. TOMCAT_ARM64_IMAGE }}"
101+ base : " ${{ TOMCAT_ARM64_IMAGE }}"
100102
101103 steps :
102104 - name : Checkout
You can’t perform that action at this time.
0 commit comments