mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
tests: substitution fix
This commit is contained in:
parent
6451c7045d
commit
cb6f963466
5
.github/workflows/alpine-nginx-build.yaml
vendored
5
.github/workflows/alpine-nginx-build.yaml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- alpine-nginx-*
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build_nginx:
|
||||
runs-on: [ubuntu-latest]
|
||||
@ -24,12 +25,14 @@ jobs:
|
||||
TAG_NAME=${GITHUB_REF##*/}
|
||||
NGINX_TAG=${TAG_NAME#alpine-nginx-}
|
||||
|
||||
echo "NGINX_TAG=${NGINX_TAG}" >> $GITHUB_ENV
|
||||
#echo "NGINX_TAG=${NGINX_TAG}" >> $GITHUB_ENV
|
||||
echo "NGINX_TAG=release-1.27.3" >> $GITHUB_ENV
|
||||
echo "NGINX_TAG=${NGINX_TAG}"
|
||||
shell: alpine.sh {0}
|
||||
|
||||
- name: Run nginx Builds
|
||||
run: |
|
||||
#!/bin/bash
|
||||
echo "${NGINX_TAG}"
|
||||
TAGS="vanilla"
|
||||
OPTIONS="--type=nginx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user