forked from jmug/stoatchat
chore(images): s/handmade-revolt/handmade-revolt-backend/
This commit is contained in:
16
.github/workflows/docker.yaml
vendored
16
.github/workflows/docker.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
echo "owner=$(echo "$GITHUB_REPOSITORY_OWNER" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
|
echo "owner=$(echo "$GITHUB_REPOSITORY_OWNER" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
|
||||||
- name: Base image ref
|
- name: Base image ref
|
||||||
id: base
|
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
|
- name: Login to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
@@ -64,13 +64,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# Only pushd is built. To add more services later, add
|
# Only pushd is built. To add more services later, add
|
||||||
# entries here (paths/images mirror the upstream revolt layout):
|
# entries here (paths/images mirror the upstream revolt layout):
|
||||||
# - { project: delta, path: crates/delta, image: handmade-revolt-server }
|
# - { project: delta, path: crates/delta, image: handmade-revolt-backend-server }
|
||||||
# - { project: bonfire, path: crates/bonfire, image: handmade-revolt-bonfire }
|
# - { project: bonfire, path: crates/bonfire, image: handmade-revolt-backend-bonfire }
|
||||||
# - { project: autumn, path: crates/services/autumn, image: handmade-revolt-autumn }
|
# - { project: autumn, path: crates/services/autumn, image: handmade-revolt-backend-autumn }
|
||||||
# - { project: january, path: crates/services/january, image: handmade-revolt-january }
|
# - { project: january, path: crates/services/january, image: handmade-revolt-backend-january }
|
||||||
# - { project: crond, path: crates/daemons/crond, image: handmade-revolt-crond }
|
# - { project: crond, path: crates/daemons/crond, image: handmade-revolt-backend-crond }
|
||||||
include:
|
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
|
name: Build ${{ matrix.project }} image
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
build-args: |
|
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 }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user