From 4df9ca4c1e676659f0cb639995ccf3be2389f4c3 Mon Sep 17 00:00:00 2001 From: Zoltan Suto Date: Sat, 6 Jan 2024 00:26:59 +0000 Subject: [PATCH] testing image build --- .github/workflows/zoltansuto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zoltansuto.yml b/.github/workflows/zoltansuto.yml index 88069bd68a..93ad186b56 100644 --- a/.github/workflows/zoltansuto.yml +++ b/.github/workflows/zoltansuto.yml @@ -62,4 +62,4 @@ jobs: context: ./${{ matrix.service }} file: ./${{ matrix.service }}/Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}-${{ github.ref_name }}:latest + tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.service }}-${{ github.ref_name }}:latest