From 9bc6ba062736596670b49aeb0198be9c14f22c2f Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sun, 3 Mar 2024 19:16:59 +0100 Subject: [PATCH] Testing main workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f3c590..8aef053 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,5 +45,5 @@ jobs: context: ci file: ci/Dockerfile.alpine push: true - tags: alpine + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/alpine labels: ${{ steps.meta.outputs.labels }}