Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 4, 2024
1 parent b3750ff commit 04abe7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
- name: Set up Docker Context for Buildx
id: buildx-context
run: docker context use builders || docker context create builders
# - name: Set up Docker Context for Buildx
# id: buildx-context
# run: docker context use builders || docker context create builders

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
endpoint: builders
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v1
# with:
# version: latest
# endpoint: builders

- name: Build image
run: make build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
ALLOWED_HOSTS: "localhost 127.0.0.1 0.0.0.0"
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_DATA_ACCOUNT_ID: ${AWS_DATA_ACCOUNT_ID}
AWS_DEFAULT_REGION: eu-west-1
AWS_DEFAULT_REGION: ${AWS_REGION:-eu-west-1}
AWS_REGION: ${AWS_REGION:-eu-west-1}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
AWS_SESSION_TOKEN: ${AWS_SESSION_TOKEN}
Expand Down

0 comments on commit 04abe7f

Please sign in to comment.