Compare commits
7 Commits
v3.8.5-nat
...
v3.9.2-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2fba3cac7 | ||
|
|
26f6647a4d | ||
|
|
84b6f139b9 | ||
|
|
5e865ab425 | ||
|
|
6b4c1b6676 | ||
|
|
ff654bb606 | ||
|
|
8eaa9fd792 |
@@ -34,19 +34,14 @@ jobs:
|
|||||||
- name: Print env
|
- name: Print env
|
||||||
run: env
|
run: env
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt-get update &&
|
run: |
|
||||||
|
apt-get update &&
|
||||||
apt-get install -y gettext &&
|
apt-get install -y gettext &&
|
||||||
apt-get install -y maven &&
|
apt-get install -y maven &&
|
||||||
apt-get install coreutils &&
|
apt-get install -y sudo &&
|
||||||
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add &&
|
apt-get install -y iptables
|
||||||
cd /etc/apt/sources.list.d &&
|
- name: Set up Docker
|
||||||
touch docker.list &&
|
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
|
||||||
chmod 666 docker.list &&
|
|
||||||
echo "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" > docker.list &&
|
|
||||||
apt-get update &&
|
|
||||||
apt upgrade &&
|
|
||||||
apt-get install -y docker-ce docker-ce-cli containerd.io
|
|
||||||
|
|
||||||
- name: Generate maven config
|
- name: Generate maven config
|
||||||
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
|
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
@@ -122,7 +117,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TAG: ${{ steps.set_envar.outputs.tag }}
|
TAG: ${{ steps.set_envar.outputs.tag }}
|
||||||
run: |
|
run: |
|
||||||
docker buildx build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push .
|
docker buildx build --t ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
|
||||||
# with:
|
# with:
|
||||||
# context: .
|
# context: .
|
||||||
## platforms: linux/amd64
|
## platforms: linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user