Skip to content

Commit

Permalink
self-hosted runners & docker compose test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 16, 2024
1 parent a5d7770 commit ad4a392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ jobs:
# run: zip -r ./$GITHUB_SHA.zip .
# shell: bash

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: ${{ env.DOCKER_HUB_REPOSITORY }}
tag-semver: |
{{version}}
{{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand All @@ -89,8 +80,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
tags: ${{ env.DOCKER_HUB_REPOSITORY }}:latest

backend-docker-pull-and-run:
runs-on: [ self-hosted, dev ]
Expand Down
1 change: 0 additions & 1 deletion scripts/health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ else
exit 1
fi


echo "> Start health check of WAS at http://localhost:${TARGET_PORT}/api/auth/health-check ..."

for RETRY_COUNT in 1 2 3 4 5 6 7 8 9 10
Expand Down

0 comments on commit ad4a392

Please sign in to comment.