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