Skip to content

Commit

Permalink
Update docker-multiarch-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyremaster authored May 6, 2024
1 parent 2fd4d42 commit ea039c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-multiarch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker multiarch publish

on:
push:
branches: [ master ]
branches: [ openjdk21 ]
workflow_dispatch: # Manual trigger

jobs:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
platforms: linux/amd64,,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:openjdk21

0 comments on commit ea039c9

Please sign in to comment.