Skip to content

Commit c9c5a23

Browse files
add arch name into the docker image tag
1 parent 520480c commit c9c5a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
context: .
8383
push: true
8484
platforms: linux/${{ matrix.architecture }}
85-
tags: xcodeassociated/spring-reactive-template:latest
85+
tags: xcodeassociated/spring-reactive-template_${{ matrix.architecture }}:latest
8686

8787
dependency-submission:
8888
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)