mirror of
https://github.com/Lovinoes/images.git
synced 2024-12-21 16:37:45 -05:00
Update java-corretto.yml
This commit is contained in:
parent
e9b5028895
commit
60afa0a53e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/java-corretto.yml
vendored
2
.github/workflows/java-corretto.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./java-corretto
|
context: ./java-corretto
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
file: ./java-corretto/${{ matrix.tag }}/Dockerfile
|
file: ./java-corretto/${{ matrix.tag }}/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/lovinoes/images:java${{ matrix.tag }}_corretto
|
tags: ghcr.io/lovinoes/images:java${{ matrix.tag }}_corretto
|
||||||
|
|
Loading…
Reference in a new issue