mirror of
https://github.com/Lovinoes/images.git
synced 2024-12-28 16:43:55 -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
|
||||
|
||||
jobs:
|
||||
push:
|
||||
build_and_push:
|
||||
name: "java${{ matrix.tag }}_temurin"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
@ -56,5 +56,5 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64
|
||||
file: ./java-temurin/${{ matrix.tag }}/Dockerfile
|
||||
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