Skip to content

Commit

Permalink
update test and deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 30, 2024
1 parent 1a74c52 commit 688f8e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 138 deletions.
130 changes: 0 additions & 130 deletions .github/workflows/deploy

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
docker-compose --version # Check if Docker Compose is installed correctly
- name: Build Docker containers with Docker Compose
run: docker-compose build --no-cache
run: docker-compose build

- name: Authorize push script
run: chmod +x ./assets/scripts/push_image.sh
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# Step 3: Install Docker Compose
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep 'tag_name' | cut -d\" -f4)/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version # Check if Docker Compose is installed correctly
- name: Get new base image version
run: |
BASE_VERSION=$(cat ./assets/.BASE_VERSION)
Expand Down

0 comments on commit 688f8e9

Please sign in to comment.