Skip to content

Commit 65b748c

Browse files
authored
Merge pull request #49 from yambottle/master
feat: ✨ adding adib as reviewer | add latest tag
2 parents e0c68c1 + d13092c commit 65b748c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/auto_cert_renewal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MANUAL_LETSENCRYPT_BRANCH: "master"
2323
CALLER_REPO_SUBPATH_FOR_CERT: "./nginx"
2424
# PR_REVIEWERS: "yambottle"
25-
PR_REVIEWERS: "yambottle,ethho,jverswijver"
25+
PR_REVIEWERS: "yambottle,ethho,jverswijver,A-Baji"
2626
secrets:
2727
ROUTE53_ZONE_ID: ${{ secrets.ROUTE53_ZONE_ID }}
2828
INSTANCE_VPC_SECURITY_GROUP_IDS: ${{ secrets.INSTANCE_VPC_SECURITY_GROUP_IDS }}

.github/workflows/development.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: |
4343
TAG=${{github.ref_name}} docker buildx bake --set "*.platform=linux/amd64" --load
4444
TAG=${{github.ref_name}} docker-compose push
45+
TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
46+
TAG=latest docker-compose push
4547
4648
#uses: docker/build-push-action@v2
4749
#with:

0 commit comments

Comments
 (0)