Skip to content

Commit

Permalink
Main (#71)
Browse files Browse the repository at this point in the history
* ar(fix) [DPT-NAN]: fix ci

* ar(fix) [DPT-NAN]: fix ci

* ar(fix) [DPT-NAN]: fix ci
  • Loading branch information
angeloreale authored Jan 7, 2025
1 parent 09c92cd commit 8e964f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gcp_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hypnos::deploy_gcp_prod
on:
push:
branches:
- main
- gcp

# on:
# pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:20-alpine3.16 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 8e964f5

Please sign in to comment.