Skip to content

Fix the mixup of DPA_TYPE_MODEL_SURF and DPA_TYPE_IN_SURF_AGREEMENT #1255

Fix the mixup of DPA_TYPE_MODEL_SURF and DPA_TYPE_IN_SURF_AGREEMENT

Fix the mixup of DPA_TYPE_MODEL_SURF and DPA_TYPE_IN_SURF_AGREEMENT #1255

Workflow file for this run

name: Build docker container for the SP Dashboard
on:
pull_request:
release:
types: [ published ]
push:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out the repo
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Build the php-fpm container and push to GitHub Packages
uses: docker/build-push-action@v1
with:
dockerfile: docker/Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GH_CONTAINER_REGISTRY_PAT }}
registry: ghcr.io
repository: surfnet/sp-dashboard/spdashboard_php-fpm
tag_with_ref: true
push: true
target: phpfpm-build
- name: Build the Apache container and push to GitHub Packages
uses: docker/build-push-action@v1
with:
dockerfile: docker/Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GH_CONTAINER_REGISTRY_PAT }}
registry: ghcr.io
repository: surfnet/sp-dashboard/spdashboard_web
tag_with_ref: true
push: true
target: httpd-build