Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECS AMI to fix ECS agent bug #815

Merged
merged 3 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix docker-compose command
showwin committed Aug 26, 2024
commit 138aba1ee0c14281ac33461941de2a8143b050d3
4 changes: 2 additions & 2 deletions .github/workflows/build-reverse-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: build-reverse-proxy
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: startup
run: |
cd dockerfiles/reverse-proxy
docker-compose -f docker-compose.test.yml up --build -d
docker compose -f docker-compose.test.yml up --build -d
- name: test
run: |
sleep 10