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 6m29s
All checks were successful
Build & Publish / Build & Publish (push) Successful in 6m29s
This commit is contained in:
parent
f083b488ba
commit
1846e7af81
7 changed files with 61 additions and 6 deletions
|
@ -2,7 +2,7 @@ name: Build & Publish
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [standalone]
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue