Skip to content

Commit 3ad58d2

Browse files
committed
Trigger change
1 parent 67443cc commit 3ad58d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
- name: Build and Push Docker Images
9494
run: |
9595
docker build ./${{ matrix.service_name }} -t ${{ secrets.DOCKER_USERNAME }}/${{ matrix.service_name }}:latest
96-
docker push ${{ secrets.DOCKER_USERNAME }}/${{ matrix.service_name }}:latest
96+
docker push eddie1322/${{ matrix.service_name }}:latest

sneaker-service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ const start = async () => {
116116
}
117117

118118
start();
119-
//
119+
////

0 commit comments

Comments
 (0)