From e67f835850c7977d5f27c0cc6cce9e297f279af6 Mon Sep 17 00:00:00 2001 From: Lovinoes Date: Wed, 21 Aug 2024 03:11:36 +0200 Subject: [PATCH] Update java-temurin.yml --- .github/workflows/java-temurin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-temurin.yml b/.github/workflows/java-temurin.yml index bc5ac67..c932d4a 100644 --- a/.github/workflows/java-temurin.yml +++ b/.github/workflows/java-temurin.yml @@ -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