chore: update sqlc to 1.25.0 (#11538)

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
Asher
2024-01-10 09:19:41 +03:00
committed by GitHub
co-authored by Muhammad Atif Ali
parent 0912cfc2d6
commit d837d66e29
6 changed files with 9 additions and 5 deletions
+4
View File
@@ -35,6 +35,9 @@ jobs:
- name: Set up Depot CLI
uses: depot/setup-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
@@ -47,6 +50,7 @@ jobs:
with:
project: b4q6ltmpzh
token: ${{ secrets.DEPOT_TOKEN }}
buildx-fallback: true
context: "{{defaultContext}}:dogfood"
pull: true
push: ${{ github.ref == 'refs/heads/main' }}