Skip to content

Commit

Permalink
GHA: fix latest suffixing
Browse files Browse the repository at this point in the history
  • Loading branch information
srstsavage committed Dec 20, 2024
1 parent 59b066d commit c9a8d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/publish_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ runs:
images: |
axiom/docker-erddap
flavor: |
suffix=-jdk21-openjdk
suffixLatest=true
suffix=-jdk21-openjdk,onlatest=true
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
Expand Down

0 comments on commit c9a8d67

Please sign in to comment.