Skip to content

disable log for sell opportunities #17

disable log for sell opportunities

disable log for sell opportunities #17

Workflow file for this run

name: Test build
on:
push:
paths:
- 'test/**'
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Build and push to Docker Hub
uses: ./.github/actions/Docker
with:
REGISTRY_ADDRESS: ${{ secrets.DOCKER_HUB_ADDRESS }}
REGISTRY_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_HUB_TOKEN }}
REGISTRY_NAME_SPACE: ${{ secrets.DOCKER_HUB_NAME_SPACE }}
DOCKER_BUILD_NAME: 'test'
DOCKER_BUILD_PATH: './test'