Skip to content

Commit

Permalink
[Build] Use latest Spring-Boot Milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Sep 19, 2024
1 parent 73f6b6a commit 4186b79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ jobs:
id: extract_branch

- name: Log in to Docker Hub to pull images without rate limit
- uses: docker/login-action@v3
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Log into GitHub Container Registry
- uses: docker/login-action@v3
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Gradle for a non-wrapper project
- uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.10.1

Expand All @@ -72,7 +72,7 @@ jobs:

- name: Setup QEMU for ARM64 OCI Image
#if: startsWith(github.ref, 'refs/tags/v')
- uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3
with:
platforms: 'all'

Expand All @@ -93,7 +93,7 @@ jobs:
TARGET_PLATFORM: "arm64"

- name: Combine native images into single manifest
- uses: int128/docker-manifest-create-action@v2
uses: int128/docker-manifest-create-action@v2
with:
push: true
tags: |
Expand Down

0 comments on commit 4186b79

Please sign in to comment.