Skip to content

Commit b8f6599

Browse files
committed
Init Agent Api
1 parent 5173e19 commit b8f6599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
DOCKERHUB_NAMESPACE: ${{ vars.DOCKERHUB_NAMESPACE }}
1313

1414
jobs:
15-
build-api-image:
15+
build-push-image:
1616
runs-on: ubuntu-latest
1717

1818
steps:

.github/workflows/ecr-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
AWS_REGION: us-east-1
1616

1717
jobs:
18-
build-api-image:
18+
build-push-image:
1919
runs-on: ubuntu-latest
2020

2121
steps:

0 commit comments

Comments
 (0)