Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Test run

Test run #5

Workflow file for this run

name: Pull Requests
on:
pull_request:
push:
tags:
- '**'
env:
PINO_LOG_LEVEL: 'error'
jobs:
build:
uses: ./.github/workflows/deploy.yaml
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}