Compare commits
2 Commits
v4.0.9-nat
...
v4.1.1-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f39836963 | ||
|
|
d9807291ad |
@@ -44,7 +44,7 @@ jobs:
|
|||||||
apt-get install -y gettext &&
|
apt-get install -y gettext &&
|
||||||
apt-get install -y maven &&
|
apt-get install -y maven &&
|
||||||
apt-get install -y sudo &&
|
apt-get install -y sudo &&
|
||||||
apt-get install -y iptables &&
|
apt-get install -y iptables
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
|
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
id: set_envar
|
id: set_envar
|
||||||
run: |
|
run: |
|
||||||
echo "The app version is $APP_TAG" && echo "tag=$APP_TAG" >> $GITHUB_OUTPUT &&
|
echo "The app version is $APP_TAG" && echo "tag=$APP_TAG" >> $GITHUB_OUTPUT &&
|
||||||
echo "now workspace: ${{ github.workspace }}" &&
|
echo "now workspace: ${{ github.workspace }}"
|
||||||
|
|
||||||
# 为其他配置文件注入环境变量
|
# 为其他配置文件注入环境变量
|
||||||
- name: Inject envVar
|
- name: Inject envVar
|
||||||
|
|||||||
Reference in New Issue
Block a user