Skip to content

Commit

Permalink
Update image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flosoft authored Nov 11, 2023
1 parent 394bb53 commit 47b7ab8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
build-standard:
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
#runs-on: self-hosted
steps:
-
name: Checkout Dockerfile
Expand All @@ -27,7 +27,7 @@ jobs:
-
name: Docker meta
id: docker_meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v4
with:
images: florider89/joplin-server # list of Docker images to use as base name for tags
tags: |
Expand All @@ -51,8 +51,8 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v4
env:
NODE_OPTIONS: --max-old-space-size=8192
#env:
# NODE_OPTIONS: --max-old-space-size=8192
with:
context: ./joplin/
file: ./joplin/Dockerfile.server
Expand Down

0 comments on commit 47b7ab8

Please sign in to comment.