Skip to content

trying to fix action failures caused by non-existing r pkgs #919

trying to fix action failures caused by non-existing r pkgs

trying to fix action failures caused by non-existing r pkgs #919

Workflow file for this run

name: make
on:
push:
branches:
- '**'
tags-ignore:
- '**'
schedule:
- cron: '0 4 5,25 * *'
jobs:
call-build-container-vreapis:
uses: ./.github/workflows/ci-pipeline.yml
with:
docker_folder: vreapis
tag: vreapi
push: false
secrets:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_password: ${{ secrets.DOCKERHUB_PASSWORD }}
call-build-container-vre-panel:
uses: ./.github/workflows/ci-pipeline.yml
strategy:
matrix:
environment:
- production
- test
with:
docker_folder: vre-panel
tag: vreapp
environment: ${{ matrix.environment }}
push: false
secrets:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_password: ${{ secrets.DOCKERHUB_PASSWORD }}