Skip to content

Print free disk space in bytes, not blocks #5

Print free disk space in bytes, not blocks

Print free disk space in bytes, not blocks #5

Workflow file for this run

name: Build ghcr.io/unb-libraries/base
on:
pull_request:
push:
workflow_dispatch:
jobs:
deploy:
uses: unb-libraries/dockworker-baseimage/.github/workflows/build-base-image.yaml@6.x
with:
image-name: ghcr.io/unb-libraries/base
protected-tags: '2.x,3.x'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }}