Skip to content

Commit

Permalink
multiplatform build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck committed Nov 22, 2024
1 parent a9a657b commit 57cf67e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Docker
on:
workflow_dispatch:
release:
types: [published]
types: ["published"]
tags: ["[0-9]+.*"]

workflow_call:
inputs:
dockerhub_repo:
Expand Down

0 comments on commit 57cf67e

Please sign in to comment.