fix: use main branch only (repo has no master)
This commit is contained in:
@@ -2,7 +2,7 @@ name: Docker Build and Push
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 3 * * 3'
|
- cron: '30 3 * * 3'
|
||||||
@@ -62,4 +62,4 @@ jobs:
|
|||||||
- name: Tag and push
|
- name: Tag and push
|
||||||
run: |
|
run: |
|
||||||
docker tag ci-image:${{ github.sha }} jcabillot/opencode-openchamber:latest
|
docker tag ci-image:${{ github.sha }} jcabillot/opencode-openchamber:latest
|
||||||
docker push jcabillot/opencode-openchamber:latest
|
docker push jcabillot/opencode-openchamber:latest
|
||||||
Reference in New Issue
Block a user