Skip to content

Commit

Permalink
Fix macos binary publishing (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Nov 15, 2023
1 parent 1adc3de commit 8fe7cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,13 +448,15 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Log in to the ghcr.io registry
if: matrix.job.os == 'buildjet-4vcpu-ubuntu-2204'
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to the docker.io registry
if: matrix.job.os == 'buildjet-4vcpu-ubuntu-2204'
uses: docker/login-action@v2
with:
username: fuellabs
Expand Down

0 comments on commit 8fe7cf0

Please sign in to comment.