mirror of https://github.com/sfeakes/AqualinkD.git
update
parent
37788b59fe
commit
ba3f8f9a3c
|
|
@ -14,8 +14,7 @@ jobs:
|
|||
# --- JOB-LEVEL CONTAINER DEFINITION ---
|
||||
# This runs the entire job inside the Debian environment, making all 'run' steps clean.
|
||||
container:
|
||||
#image: debian:bullseye
|
||||
image: debian:buster
|
||||
image: debian:bullseye
|
||||
|
||||
steps:
|
||||
# Checkout the source code (this runs INSIDE the container and populates /github/workspace)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
name: AqualinkD create release .tar.gz
|
||||
on:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# tags:
|
||||
# - 'v*.*.*'
|
||||
push:
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch: # Allow manual run
|
||||
inputs: # ADDED INPUTS to request the specific tag
|
||||
tag_name:
|
||||
|
|
|
|||
Loading…
Reference in New Issue