fix: use main branch only (repo has no master)
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Failing after 4m36s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 12:06:05 -04:00
parent a263cbf5cc
commit c570399135
+2 -2
View File
@@ -2,7 +2,7 @@ name: Docker Build and Push
on:
push:
branches: [master, main]
branches: [main]
pull_request:
schedule:
- cron: '30 3 * * 3'
@@ -62,4 +62,4 @@ jobs:
- name: Tag and push
run: |
docker tag ci-image:${{ github.sha }} jcabillot/opencode-openchamber:latest
docker push jcabillot/opencode-openchamber:latest
docker push jcabillot/opencode-openchamber:latest