Skip to content

Commit

Permalink
build from release sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Dec 3, 2023
1 parent 2832fcc commit feb00a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker
on:
release:
types: [released]

workflow_dispatch:
inputs:
tag:
Expand All @@ -21,6 +22,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
ref: "v1.3.0"

- name: Set up NodeJS
uses: actions/setup-node@v4
Expand Down

0 comments on commit feb00a1

Please sign in to comment.