Skip to content

Commit

Permalink
Merge pull request #50 from cds-snc/task/fix1
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
jzbahrai committed Dec 18, 2023
2 parents f609d3d + 708a1f9 commit 6ad9328
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
image: database-tools/blazer
- lambda: google-cidr
image: lambda/google-cidr
- lambda: system-status
image: notify/system-status
- lambda: system_status
image: notify/system_status

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
lambda:
- blazer
- google-cidr
- system-status
- system_status

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- lambda: snssmscallbacks
image: notify/sns_to_sqs_sms_callbacks

- lambda: system-status
image: notify/system-status
- lambda: system_status
image: notify/system_status

steps:
- name: Staging AWS credentials
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion system-status/Makefile → system_status/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# python3 cidr.py

docker:
docker build -t notify/system-status .
docker build -t notify/system_status .

# fmt:
# black . $(ARGS)
Expand Down
File renamed without changes.

0 comments on commit 6ad9328

Please sign in to comment.