Skip to content

Commit

Permalink
try changing namespace if it makes a difference
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 10, 2024
1 parent e7a1bb1 commit e95a491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hog-rs/test/${{ matrix.image }}
images: ghcr.io/posthog/posthog/test-hog-rs-${{ matrix.image }}
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-hook-migrator-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hog-rs/test/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 e95a491

Please sign in to comment.