Skip to content

Commit

Permalink
login actionを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakutake committed Mar 28, 2024
1 parent 50647e2 commit cb55be4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --no-daemon

- name: build and push image
- name: login to Github Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Container Image
run: ./gradlew jib --no-daemon

0 comments on commit cb55be4

Please sign in to comment.