Issue 1558 hide unauthorized cells in dynamic table #1457
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker Image Build | |
on: | |
push: | |
branches: | |
- main | |
- workflow | |
- workflowhub | |
- seek-1.11 | |
- seek-1.12 | |
- seek-1.13 | |
- master-ibisba-demonstrator | |
- ruby-3 | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build the Docker image | |
run: docker build . --file Dockerfile --tag test-image:$(date +%s) |