From a266cf5e41d214548cfd9ea0703cbc52cd665eef Mon Sep 17 00:00:00 2001 From: alerman Date: Mon, 2 Feb 2026 13:41:17 -0500 Subject: [PATCH] Update self-hosted-builds.yml --- .github/workflows/self-hosted-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-hosted-builds.yml b/.github/workflows/self-hosted-builds.yml index 34b57e6..9200c9d 100644 --- a/.github/workflows/self-hosted-builds.yml +++ b/.github/workflows/self-hosted-builds.yml @@ -48,7 +48,7 @@ jobs: with: context: datawave-base/ push: true - tags: "${{ vars.SELF_HOSTED_REGISTRY }}/${{ env.IMAGE_NAME }}-base:${{ github.ref_name }}" + tags: "${{ vars.SELF_HOSTED_REGISTRY }}/${{ env.IMAGE_NAME }}-base:${{ github.ref_name }},${{ vars.SELF_HOSTED_REGISTRY }}/${{ env.IMAGE_NAME }}-base:11" labels: ${{ steps.meta.outputs.labels }} build-args: | # Map a GitHub env var to a Docker build arg