build my base image-3

This commit is contained in:
zeaslity
2022-11-22 17:01:04 +08:00
parent 411867e3bf
commit 13fe53d8e1

View File

@@ -67,9 +67,9 @@ jobs:
context: ./
# Path to the Dockerfile
file: ./localEnvironment/src/main/java/io/wdd/localenviroment/build-my-own-base-image.dockerfile
platforms: linux/amd64,,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: eclipse-temurin-11-jre-focal:2022-11-22
tags: icederce/eclipse-temurin-11-jre-focal:2022-11-22
# - name: Build Maven
# run: |