From 85238625e33e5d1e33d9530ed6878d7861beaf87 Mon Sep 17 00:00:00 2001 From: Tim Perkins Date: Tue, 28 Jul 2026 06:48:05 -0400 Subject: [PATCH] Make Emacs the primary layer This will make it easier to pull in general. --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 76e80ec..26e5175 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -155,7 +155,7 @@ jobs: id: emacs uses: taughz/hn2b@4bf6c223193412b9d004ba5ae94040c4558c7213 with: - image: ${{ env.TARGET_IMAGE }}:${{ steps.target_tag.outputs.tag }}-emacs + image: ${{ env.TARGET_IMAGE }}:${{ steps.target_tag.outputs.tag }} context: containers/emacs dockerfile: Containerfile base-image: ${{ steps.emsdk.outputs.image }} @@ -166,8 +166,8 @@ jobs: push: true registry-pass: ${{ secrets.REGISTRY_TOKEN }} cache-from: | - type=registry,ref=${{ env.TARGET_IMAGE }}:${{ steps.target_tag.outputs.tag }}-emacs - ${{ github.event_name == 'pull_request' && format('type=registry,ref={0}:main-emacs', env.TARGET_IMAGE) || '' }} + type=registry,ref=${{ env.TARGET_IMAGE }}:${{ steps.target_tag.outputs.tag }} + ${{ github.event_name == 'pull_request' && format('type=registry,ref={0}:main', env.TARGET_IMAGE) || '' }} - name: Build Xpra Layer id: xpra uses: taughz/hn2b@4bf6c223193412b9d004ba5ae94040c4558c7213