Skip to content

add a rake task to grant a person the right to manage all publications of a project #2059

add a rake task to grant a person the right to manage all publications of a project

add a rake task to grant a person the right to manage all publications of a project #2059

Workflow file for this run

name: Test Docker Image Build
on:
push:
branches:
- main
- workflow
- workflowhub
- full-test-suite
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag test-image:$(date +%s)