Skip to content

Use min-width: 9ch for URI component <td>s #4

Use min-width: 9ch for URI component <td>s

Use min-width: 9ch for URI component <td>s #4

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
push-container:
name: Push Container
uses: rosvik/workflows/.github/workflows/push-container.yml@main
with:
containerfile: Containerfile
image: rosvik/string.248.no
registry_url: cubby.no
registry_username: ${{ vars.REGISTRY_USER }}
secrets:
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
cubbyman-reload:
name: Cubbyman Reload
needs: push-container
uses: rosvik/workflows/.github/workflows/cubbyman-reload.yml@main
with:
base_url: https://cubby.no
secrets:
credentials: ${{ secrets.CUBBYMAN_CREDENTIALS }}