1
Fork 0
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:
Lovinoes 2024-08-21 03:11:36 +02:00 committed by GitHub
parent 1d2cedc1b5
commit e67f835850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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