build edit wf test
This commit is contained in:
parent
26cb9760d6
commit
5a8cdb813e
4
.github/workflows/frontend.yaml
vendored
4
.github/workflows/frontend.yaml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
|||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
build-frontend:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./
|
||||
context: ../
|
||||
file: ./frontend/build/Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user