Skip to content

Commit

Permalink
fix: Issue login first.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Jan 8, 2024
1 parent e018cd9 commit eda8e30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
contents: read
packages: write
steps:
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}`
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -52,13 +58,7 @@ jobs:
container-runtime: containerd
kubernetes-version: v1.27.6
wait: all
- uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}`
# - uses: docker/setup-buildx-action@v3
# - name: Codecov
# uses: codecov/[email protected]
# - name: Set env
Expand Down

0 comments on commit eda8e30

Please sign in to comment.