Skip to content

fix(release): use organization secrets for pushing to dockerhub #5

fix(release): use organization secrets for pushing to dockerhub

fix(release): use organization secrets for pushing to dockerhub #5

Workflow file for this run

name: "On Push/Pull Request"
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build-on-pull:
uses: "./.github/workflows/build.yml"
with:
latest: false
test-on-pull:
uses: "./.github/workflows/test.yml"