Skip to content

ref(backend): Migrate extra to context #449

ref(backend): Migrate extra to context

ref(backend): Migrate extra to context #449

Workflow file for this run

name: build-docker-images
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build-potal:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Potal Docker image
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: .
file: ./docker/potal/Dockerfile
push: false
build-backend:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Backend Docker image
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: .
file: ./docker/backend/Dockerfile
push: false