Skip to content

Commit 6427dec

Browse files
committed
Fix documentation
1 parent 5a4b9b9 commit 6427dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docs/asciidoc/sections/04_step_02_aot-workflow.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This job uses the matrix strategy to build amd64 and arm64 GraalVM native execut
3737
maven-options: 'clean package -Dnative -Dquarkus.native.container-build=true'
3838
docker-file: './src/main/docker/Dockerfile.native-micro'
3939
docker-platforms: linux/${{ matrix.current_platform }}
40-
docker-tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:${{ github.ref_name }}-${{ matrix.current_platform }}native,${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:latest-amd64native
40+
docker-tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:${{ github.ref_name }}-${{ matrix.current_platform }}native,${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:latest-${{ matrix.current_platform }}64native
4141
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
4343
----

0 commit comments

Comments
 (0)