pull/492/head
sfeakes 2025-11-22 14:43:59 -06:00
parent 37788b59fe
commit ba3f8f9a3c
2 changed files with 5 additions and 6 deletions

View File

@ -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)

View File

@ -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: