From 7297a6485619afcb4c5565b7774efc0db357aecf Mon Sep 17 00:00:00 2001 From: jmug Date: Sat, 27 Jun 2026 11:28:34 -0700 Subject: [PATCH] chore(images): s/handmade-revolt/handmade-revolt-backend/ --- .github/workflows/docker.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 5615f851..4dbeefdc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -34,7 +34,7 @@ jobs: echo "owner=$(echo "$GITHUB_REPOSITORY_OWNER" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT" - name: Base image ref id: base - run: echo "image=${{ steps.registry.outputs.host }}/${{ steps.registry.outputs.owner }}/handmade-revolt-base" >> "$GITHUB_OUTPUT" + run: echo "image=${{ steps.registry.outputs.host }}/${{ steps.registry.outputs.owner }}/handmade-revolt-backend-base" >> "$GITHUB_OUTPUT" - name: Login to registry uses: docker/login-action@v3 if: github.event_name == 'release' @@ -64,13 +64,13 @@ jobs: matrix: # Only pushd is built. To add more services later, add # entries here (paths/images mirror the upstream revolt layout): - # - { project: delta, path: crates/delta, image: handmade-revolt-server } - # - { project: bonfire, path: crates/bonfire, image: handmade-revolt-bonfire } - # - { project: autumn, path: crates/services/autumn, image: handmade-revolt-autumn } - # - { project: january, path: crates/services/january, image: handmade-revolt-january } - # - { project: crond, path: crates/daemons/crond, image: handmade-revolt-crond } + # - { project: delta, path: crates/delta, image: handmade-revolt-backend-server } + # - { project: bonfire, path: crates/bonfire, image: handmade-revolt-backend-bonfire } + # - { project: autumn, path: crates/services/autumn, image: handmade-revolt-backend-autumn } + # - { project: january, path: crates/services/january, image: handmade-revolt-backend-january } + # - { project: crond, path: crates/daemons/crond, image: handmade-revolt-backend-crond } include: - - { project: pushd, path: crates/daemons/pushd, image: handmade-revolt-pushd } + - { project: pushd, path: crates/daemons/pushd, image: handmade-revolt-backend-pushd } name: Build ${{ matrix.project }} image steps: - name: Checkout @@ -109,7 +109,7 @@ jobs: push: true platforms: linux/amd64 build-args: | - BASE_IMAGE=${{ steps.registry.outputs.host }}/${{ steps.registry.outputs.owner }}/handmade-revolt-base:${{ github.sha }} + BASE_IMAGE=${{ steps.registry.outputs.host }}/${{ steps.registry.outputs.owner }}/handmade-revolt-backend-base:${{ github.sha }} tags: ${{ steps.meta.outputs.tags }} annotations: ${{ steps.meta.outputs.annotations }} labels: ${{ steps.meta.outputs.labels }}