Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Use a single image type, namespace images under hog-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Feb 6, 2024
1 parent 5c64ef0 commit fca80b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: build and publish capture image
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: buildjet-4vcpu-ubuntu-2204-arm
steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/capture
images: ghcr.io/posthog/hog-rs/capture
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-hook-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hook-api
images: ghcr.io/posthog/hog-rs/hook-api
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-hook-janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hook-janitor
images: ghcr.io/posthog/hog-rs/hook-janitor
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-hook-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hook-worker
images: ghcr.io/posthog/hog-rs/hook-worker
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-migrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hook-migrator
images: ghcr.io/posthog/hog-rs/hook-migrator
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down

0 comments on commit fca80b0

Please sign in to comment.