From fba15a6dacbf9e075a92e42d5c8c7add4b73831b Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Sun, 18 Feb 2024 04:19:41 +0800 Subject: [PATCH] trying depot.dev for building --- .github/workflows/build-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 2be8a74..ed943c5 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -2,8 +2,8 @@ name: Docker Image CI on: push: - tags: - - "v*.*.*" + branches: + - main env: @@ -29,7 +29,7 @@ jobs: uses: depot/setup-action@v1 - uses: depot/build-push-action@v1 - with: + # with: # if no depot.json file is at the root of your repo, you must specify the project id # project: r77bmfc7vx # Pass project token or user access token if you're not using OIDC token authentication