Skip to content

Commit

Permalink
Merge pull request #213 from jenkins-x/fixlogin
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
jenkins-x-bot authored Feb 10, 2023
2 parents ed0d524 + 7818d34 commit 4b8c088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 4b8c088

Please sign in to comment.