Skip to content

Commit

Permalink
docker/pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 14, 2024
1 parent c27927f commit b4870c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
test_image_id: ${{ steps.image_id.outputs.test_image_id }}
steps:
- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2

- id: image_id
name: Generate Image ID
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3.6'

version: '3.8'
services:
api:
image: ${CONTAINER_IMAGE:-backend}
Expand Down

0 comments on commit b4870c0

Please sign in to comment.