Skip to content

fix(tavla): smaller logo in header and footer (#1507) #51

fix(tavla): smaller logo in header and footer (#1507)

fix(tavla): smaller logo in header and footer (#1507) #51

Workflow file for this run

name: CD
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "next-tavla/**"
jobs:
build-dockerfile:
uses: entur/gha-docker/.github/workflows/build.yml@v1.1.2
with:
dockerfile: next-tavla/Dockerfile
push-dockerfile:
needs: [build-dockerfile]
uses: entur/gha-docker/.github/workflows/push.yml@v1.1.2
with:
environment: prd
dockerfile: next-tavla/Dockerfile