From 8d4a759538b380f506a71cb8038745979afa9b37 Mon Sep 17 00:00:00 2001 From: deowk Date: Sat, 4 May 2024 17:12:46 +0200 Subject: [PATCH] chore: update image name --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c81bb380..29cdfb71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -109,7 +109,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: balzaclang/balzac + images: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }} tags: | type=raw,value=latest,enable=${{ inputs.latestTag || false }} type=raw,value=test,enable=${{ inputs.testTag || false }}