build my base image-3
This commit is contained in:
4
.github/workflows/build-push-docker.yml
vendored
4
.github/workflows/build-push-docker.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user