Skip to content

Commit

Permalink
chore: change Dockerfile for node20 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJord4n committed Dec 24, 2024
1 parent 2c4036f commit 8590885
Show file tree
Hide file tree
Showing 15 changed files with 53,719 additions and 75 deletions.
15 changes: 0 additions & 15 deletions .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/basic-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Generate AI Text
uses: 0xjord4n/[email protected]
uses: ./
id: aixion
with:
config: >
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ out
# Nuxt.js build / generate output

.nuxt
dist
lib

# Gatsby files

Expand Down
15 changes: 0 additions & 15 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ outputs:
description: "Reason the generation finished"

runs:
using: "docker"
image: "Dockerfile"
using: "node20"
main: "dist/index.js"

branding:
color: "purple"
Expand Down
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 8590885

Please sign in to comment.