Skip to content

Commit

Permalink
Merge pull request #1524 from rodekruis/build.docker-image
Browse files Browse the repository at this point in the history
build: remove unused docker config
  • Loading branch information
gulfaraz authored Jul 19, 2024
2 parents 6434808 + 8b2e91c commit b7ef043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- run: npm ci --no-audit
- run: npm run lint
- run: npm test
- run: docker build . --file Dockerfile --tag
rodekruis/ibf-api-service:$(date +%s)
- run: docker build . --file Dockerfile --tag ibf-api-service:$(date +%s)

ibf-dashboard:
needs: detect-changes
Expand All @@ -77,8 +76,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci --no-audit
- run: npm test
- run: docker build . --file Dockerfile --tag
rodekruis/ibf-dashboard:$(date +%s)
- run: docker build . --file Dockerfile --tag ibf-dashboard:$(date +%s)

bump-version:
needs: [ibf-api-service, ibf-dashboard]
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ services:
- NG_APPLICATION_INSIGHTS_URL=${NG_APPLICATION_INSIGHTS_URL}
- SUPPORT_EMAIL_ADDRESS=${SUPPORT_EMAIL_ADDRESS}
- WHATS_NEW_URL=${WHATS_NEW_URL}
image: rodekruis/ibf-dashboard
environment:
- NG_CONFIGURATION=${NG_CONFIGURATION}
- NG_API_URL=${NG_API_URL}
Expand Down

0 comments on commit b7ef043

Please sign in to comment.