Skip to content

Commit 92c5f5c

Browse files
committed
added amd64 docker image and updated yml workflow to use ubuntu latest
1 parent c810c93 commit 92c5f5c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/maven.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
build:
2525
name: Build and Test
26-
runs-on: macos-latest
26+
runs-on: ubuntu-latest
2727

2828
steps:
2929
- uses: actions/checkout@v3
@@ -37,9 +37,6 @@ jobs:
3737
- name: Start restful booker service
3838
run: docker compose -f ./docker-compose-restfulbooker.yml up -d
3939

40-
- name: Start restful e-commerce service
41-
run: docker compose -f ./docker-compose-ecommerce.yml up -d
42-
4340
- name: Build Project
4441
run: mvn clean install -DskipTests
4542

docker-compose-ecommerce.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# To stop the execution, hit Ctrl+C, and then `docker compose -f docker-compose-ecommerce.yml down`
44
services:
55
restful-ecommerce:
6-
image: mfaisalkhatri/restful-ecommerce
6+
image: mfaisalkhatri/restful-ecommerce-app
77
ports:
88
- 3004:3004

0 commit comments

Comments
 (0)