Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Apr 30, 2024
1 parent b5ed510 commit 26c2f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker push quay.io/decentraland/lods-generator:next
deployment:
needs: [quay-build-push]
needs: [build-and-push]
name: "Deploy to: dev"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker push quay.io/decentraland/lods-generator:latest
deployment:
needs: [quay-build-push]
needs: [build-and-push]
name: "Deploy to: prd"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 26c2f6a

Please sign in to comment.