Skip to content

Commit

Permalink
upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmblb committed Jan 16, 2025
1 parent 6220b2e commit 35aa8fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build Docker Image

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
default: 'latest'
release:
types:
- published
Expand All @@ -17,7 +22,8 @@ jobs:
with:
images: bryntum/pdf-export-server
tags: |
${{ github.event.release.tag_name }}
${{ github.event.releases.tag_name }}
${{ inputs.tag }}
latest
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 35aa8fd

Please sign in to comment.