Skip to content

Commit

Permalink
github-action.yml : docker 로그인 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
chobeebee committed Jun 25, 2024
1 parent 56c6ada commit ec3e1fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
distribution: 'temurin'

- name: make .env
run: |
Expand Down

0 comments on commit ec3e1fe

Please sign in to comment.