Skip to content

Commit

Permalink
fix(ci/publish): adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 23, 2023
1 parent 78b2ac4 commit f511945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: -v ${{ github.workspace }}:/work --platform linux/amd64
image: vencord/venmic-builder-x86_64:latest
image: ghcr.io/vencord/venmic-builder-x86_64:latest
registry: gcr.io
shell: bash
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: -v ${{ github.workspace }}:/work --platform linux/arm64
image: vencord/venmic-builder-arm64:latest
image: ghcr.io/vencord/venmic-builder-x86_64:latest
registry: gcr.io
shell: bash
run: |
Expand Down

0 comments on commit f511945

Please sign in to comment.