Skip to content

Commit

Permalink
fix : ci 스크립트 도커 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Aug 19, 2024
1 parent 34ad9a3 commit bcf1b50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev-server-integrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ jobs:
with:
registry-type: public

- name: Check Docker
run: |
docker --version
docker info
- name: Add user to docker group
run: |
sudo usermod -aG docker $USER
newgrp docker
- name: Set Docker socket path
run: echo "TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock" >> $GITHUB_ENV

- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
Expand Down

0 comments on commit bcf1b50

Please sign in to comment.