Skip to content

Disable ANAF Cult Registry checking by default #1056

Disable ANAF Cult Registry checking by default

Disable ANAF Cult Registry checking by default #1056

Workflow file for this run

on:
push:
branches:
- "main"
- "refactor/frontend"
- "feature/multi-forms/main"
tags:
- "v*"
paths:
- "backend/**"
- "docker/**"
- ".github/workflows/build-image.yml"
name: Build Docker image
jobs:
build:
name: Build Docker image
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/redirectioneaza
context: ./
dockerfile: ./docker/dockerfiles/Dockerfile
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}