WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ jobs:
id: set_tag
run: echo ::set-output name=tag::$(if [ "${{ github.event_name }}" == 'release' ]; then echo "${{ github.ref_name }}"; else echo "0.0.0-dev"; fi)

- name: Build and publish to Docker Hub
uses: docker/build-push-action@v2
timeout-minutes: 60
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'release' }}
tags: "nhost/functions:18-${{ steps.set_tag.outputs.tag }}"
file: 18.Dockerfile

- name: Build and publish to Docker Hub
uses: docker/build-push-action@v2
timeout-minutes: 60
Expand Down
44 changes: 0 additions & 44 deletions 18.Dockerfile

This file was deleted.

12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
overlays = [
nixops.overlays.default
(final: prev: {
nodejs = prev.nodejs-18_x;
nodejs = prev.nodejs_22;
})
];
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "1.0.0",
"version": "1.1.0",
"description": "Nhost functions development environment",
"main": "server.ts",
"directories": {
Expand Down
Loading
Loading