We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f0d41 commit 925abd2Copy full SHA for 925abd2
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: mvn --batch-mode --no-transfer-progress clean verify
27
28
- name: build Docker file
29
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
30
with:
31
context: .
32
push: false
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") >> $GITHUB_ENV
36
37
- name: Build and push to DockerHub registry
38
39
40
platforms: linux/amd64,linux/arm64
41
push: true
0 commit comments