Skip to content

Commit

Permalink
chore(build): login to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Apr 18, 2024
1 parent 4c98ce3 commit d2d0d43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- name: Login to ghcr.io
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup JDK
uses: actions/setup-java@v4
with:
Expand All @@ -26,6 +33,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- name: Login to ghcr.io
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit d2d0d43

Please # to comment.