9 lines
337 B
YAML
9 lines
337 B
YAML
on: [push]
|
|
jobs:
|
|
test_build_docker:
|
|
uses: ./.github/workflows/build-docker.yml
|
|
with:
|
|
tag: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/build/test:latest'
|
|
registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live'
|
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|