Skip to content

[FIX] Permissions delay starting for few hours on floppy and spinned … #16

[FIX] Permissions delay starting for few hours on floppy and spinned …

[FIX] Permissions delay starting for few hours on floppy and spinned … #16

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image for PBS
run: docker build . --file Dockerfile --tag pbs:$(date +%s) --tag pbs:${GITHUB_REF##*/}
- name: Build the Docker image for PBS Client
run: docker build . --file Dockerfile.client --tag pbs-client:$(date +%s) --tag pbs-client:${GITHUB_REF##*/}