Skip to content

Commit 99d3471

Browse files
authored
Update docker-multiarch-publish.yml
1 parent 9fc3f7f commit 99d3471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-multiarch-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker multiarch publish
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ openjdk17 ]
77
workflow_dispatch: # Manual trigger
88

99
jobs:
@@ -37,4 +37,4 @@ jobs:
3737
platforms: linux/amd64,,linux/arm64
3838
push: true
3939
tags: |
40-
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
40+
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:openjdk17

0 commit comments

Comments
 (0)