Skip to content

Merge pull request #5 from olanystrom/pbs3-bookworm #18

Merge pull request #5 from olanystrom/pbs3-bookworm

Merge pull request #5 from olanystrom/pbs3-bookworm #18

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##*/}