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 d110fd7 commit 73f6b6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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 }}
Expand All @@ -49,7 +49,7 @@ jobs:
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 73f6b6a

Please sign in to comment.