Skip to content

Commit e721703

Browse files
committed
Fix native workflow
1 parent 6427dec commit e721703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
maven-options: 'clean package -Dnative -Dquarkus.native.container-build=true'
5454
docker-file: './src/main/docker/Dockerfile.native-micro'
5555
docker-platforms: linux/${{ matrix.current_platform }}
56-
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
56+
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 }}native
5757
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
5959
# creating multi-platform image

0 commit comments

Comments
 (0)