Skip to content

Commit

Permalink
move to workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 12, 2024
1 parent fd922e5 commit b06cab8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Publish Docker Image

on:
workflow_dispatch:
push:
tags:
- "*"
branches:
- master

workflow_call:
inputs:
vm_id:
description: 'The ID of the VM (binary dst in Docker image)'
default: ''
required: false
type: string

push:
tags:
- "*"
branches:
- master


jobs:
publish_docker_image:
name: Publish Docker Image
Expand Down

0 comments on commit b06cab8

Please sign in to comment.