build edit wf test

This commit is contained in:
Roger Sacchelli 2024-04-09 23:26:14 -03:00
parent 26cb9760d6
commit 5a8cdb813e

View File

@ -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