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 9fc3f7f commit 99d3471
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: [ openjdk17 ]
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 }}:openjdk17

0 comments on commit 99d3471

Please sign in to comment.