Skip to content

Commit

Permalink
fix:레디스 연결 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Jul 6, 2024
1 parent 55efad6 commit 83b4242
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
- name: Run tests:${{ env.MODULE }}
run: ./gradlew :${{ env.MODULE }}:test

- name: docker arm64 build set up - qemu
uses: docker/setup-qemu-action@v2

- name: docker arm64 build set up - buildx
uses: docker/setup-buildx-action@v2
# - name: docker arm64 build set up - qemu
# uses: docker/setup-qemu-action@v2
#
# - name: docker arm64 build set up - buildx
# uses: docker/setup-buildx-action@v2

- name: login github container registry
uses: docker/login-action@v2
Expand All @@ -89,7 +89,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./${{ env.MODULE }}
platforms: linux/arm64/v8
platforms: linux/amd64
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}/${{ env.MODULE }}:latest
Expand Down

0 comments on commit 83b4242

Please sign in to comment.