Skip to content

Commit

Permalink
build: 8.3 beta [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Jul 22, 2023
1 parent 97cd49f commit 0defa85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
- name: "Docker Pull"
run: |
docker pull adhocore/phpfpm:7.4 || true
- name: "[8.3a] Build and push"
- name: "[8.3] Build and push"
id: docker_build_83
uses: docker/build-push-action@v4
with:
push: true
file: 8.3.Dockerfile
tags: adhocore/lemp:8.3a
tags: adhocore/lemp:8.3b
platforms: linux/amd64,linux/arm64
- name: "[8.3] Test"
run: |
docker run --name lemp83 adhocore/lemp:8.3a &
docker run --name lemp83 adhocore/lemp:8.3b &
sleep 60
docker exec $(docker ps -q -f 'name=lemp83') netstat -ant | grep -E '0:11300|0:11211|1:9300|1:9200|::9000|0:6379|1:5432|0:3306|0:88|0:25'
PORTS=$(docker exec $(docker ps -q -f 'name=lemp83') netstat -ant | grep -E '0:11300|0:11211|1:9300|1:9200|::9000|0:6379|1:5432|0:3306|0:88|0:25' | wc -l | xargs)
Expand Down

0 comments on commit 0defa85

Please sign in to comment.