Skip to content

Commit

Permalink
try stack overflow suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 11, 2024
1 parent dbc0b41 commit 4e6e209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -64,7 +65,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/posthog/test-hog-rs-${{ matrix.image }}
images: ghcr.io/posthog/posthog/${{ matrix.image }}
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down

0 comments on commit 4e6e209

Please sign in to comment.