Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: build containers for all branches/pushes

+2 -8
+1 -4
.github/workflows/build-and-push-aws.yaml
··· 1 1 name: build-and-push-aws 2 - on: 3 - push: 4 - branches: 5 - - main 2 + on: [push] 6 3 env: 7 4 REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} 8 5 USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }}
+1 -4
.github/workflows/build-and-push-ghcr.yaml
··· 1 1 name: build-and-push-ghcr 2 - on: 3 - push: 4 - branches: 5 - - main 2 + on: [push] 6 3 env: 7 4 REGISTRY: ghcr.io 8 5 USERNAME: ${{ github.actor }}