chore(images): s/handmade-revolt/handmade-revolt-backend/
Some checks failed
Docker / Build pushd image (push) Has been cancelled
Docker / base (push) Has been cancelled

This commit is contained in:
jmug
2026-06-27 11:28:34 -07:00
parent 720cd46879
commit 7297a64856

View File

@@ -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 }}