1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

add standalone build
All checks were successful
Build & Publish / Build & Publish (push) Successful in 3m35s

This commit is contained in:
Fedor Katurov 2025-03-24 17:42:00 +07:00
parent f083b488ba
commit a676e98174
7 changed files with 60 additions and 5 deletions

View file

@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/nextjs/Dockerfile
file: ./docker/nextjs-standalone/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}