From 609cc7daf6744a20ea24c554d02701d1d2f49464 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 30 Jan 2022 23:51:19 +0100 Subject: [PATCH] add aprsc tag --- .github/workflows/image_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_build.yml b/.github/workflows/image_build.yml index 7c5e73f..c442e24 100644 --- a/.github/workflows/image_build.yml +++ b/.github/workflows/image_build.yml @@ -37,5 +37,5 @@ jobs: context: . file: aprsc.dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:aprsc labels: ${{ steps.meta.outputs.labels }}