Skip to content

Commit

Permalink
fix: test dispatch version
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jul 19, 2024
1 parent 8ca952e commit aa4c3d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-image-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Container: Image Build Webhook"
on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
version:
description: Tagged version
required: false
pull_request:
branches: ["main"]
types: ["opened", "synchronize", "reopened"]
Expand Down Expand Up @@ -50,7 +54,7 @@
tags: |
type=ref,event=pr
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{version}},value=${{inputs.version}}
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
Expand Down

0 comments on commit aa4c3d8

Please sign in to comment.