Compare commits

...

2 Commits

View File

@@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
# build/standalone is the output directory for the Next.js app # build/standalone is the output directory for the Next.js app
# now we want to deploy a container with the built app # now we want to deploy a container with the built app
- name: Build Docker image - name: Build Docker image