Skip to content

Commit

Permalink
Build bsync on main (#2580)
Browse files Browse the repository at this point in the history
build bsync
  • Loading branch information
dholms authored Jun 13, 2024
1 parent 1a62942 commit 80dae83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-bsync-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: build-and-push-bsync-aws
on:
push:
branches:
- bsync-build
- services/bsync
- main
env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-bsync-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: build-and-push-bsync-ghcr
on:
push:
branches:
- bsync-build
- services/bsync
- main
env:
REGISTRY: ghcr.io
USERNAME: ${{ github.actor }}
Expand Down

0 comments on commit 80dae83

Please sign in to comment.