mirror of
https://github.com/Lovinoes/images.git
synced 2025-01-04 16:50:05 -05:00
Update java-temurin.yml
This commit is contained in:
parent
1d2cedc1b5
commit
e67f835850
1 changed files with 2 additions and 2 deletions
4
.github/workflows/java-temurin.yml
vendored
4
.github/workflows/java-temurin.yml
vendored
|
@ -19,7 +19,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
build_and_push:
|
||||||
name: "java${{ matrix.tag }}_temurin"
|
name: "java${{ matrix.tag }}_temurin"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -56,5 +56,5 @@ jobs:
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
file: ./java-temurin/${{ matrix.tag }}/Dockerfile
|
file: ./java-temurin/${{ matrix.tag }}/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/lovinoes/images:java-temurin${{ matrix.tag }}
|
tags: ghcr.io/lovinoes/images:java-temurin${{ matrix.tag }}_temurin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue