Skip to content

Commit 516ed7d

Browse files
committed
Update GitHub Actions
1 parent 233e968 commit 516ed7d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v2
1818
- name: Start containers
19-
run: docker compose -f docker-compose-locally.yml up -d --build
19+
run: docker-compose -f docker-compose-locally.yml up -d --build
2020
- name: Test web service
2121
run: |
2222
sleep 3

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
id: buildandpush
4343
uses: docker/build-push-action@v2
4444
with:
45-
context: .
46-
file: ./${{ matrix.webservice }}/Dockerfile
45+
context: ./${{ matrix.webservice }}
4746
push: true
4847
tags: ghcr.io/apodini/collectoranalystpresenterexample/${{ steps.webservice.outputs.lowercase }}:latest,ghcr.io/apodini/collectoranalystpresenterexample/${{ steps.webservice.outputs.lowercase }}:${{ steps.latesttag.outputs.tag }}
4948
- name: Image digest

0 commit comments

Comments
 (0)