Skip to content

Commit

Permalink
Don't use depot to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Dec 2, 2024
1 parent 23855ed commit e4be35e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

# Build and push Docker image with Depot
- uses: depot/build-push-action@v1
id: depot
- uses: docker/build-push-action@v3
id: docker
with:
project: hppp3x0qjc
context: .
push: true
tags: ${{env.REGISTRY}}/${{env.IMAGE}}
Expand All @@ -52,4 +51,4 @@ jobs:
- uses: google-github-actions/deploy-cloudrun@v1
with:
service: web
image: ${{env.REGISTRY}}/${{env.IMAGE}}@${{steps.depot.outputs.imageid}}
image: ${{env.REGISTRY}}/${{env.IMAGE}}@${{steps.docker.outputs.imageid}}

0 comments on commit e4be35e

Please sign in to comment.