Skip to content

don't set the headers. #22

don't set the headers.

don't set the headers. #22

Workflow file for this run

---
name: Tagged Release
on:
push:
tags:
# mark as test allow additional releases within a day with
# a marker after test.
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-test[a-z]*'
jobs:
release:
uses: ./.github/workflows/release.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ secrets.HEC_PUB_REGISTRY}}
registry_user: ${{ secrets.ALT_REG_USER }}
registry_password: ${{ secrets.ALT_REG_PASSWORD }}
with:
branch: ${{github.ref_name}}
nightly: false