gestaogovbr / Ro-dou

Gerador de DAGs no Apache Airflow para fazer clipping do Diário Oficial da União.
https://gestaogovbr.github.io/Ro-dou/
GNU General Public License v3.0
74 stars 19 forks source link

Workflow to build and publish docker image #54

Closed nitaibezerra closed 1 year ago

nitaibezerra commented 1 year ago

Description

This Pull Request adds a new GitHub Actions workflow file that builds and publishes a Docker image to the GitHub Container Registry. The workflow is triggered by Git tag pushes.

Changes Made

Reason for Changes

The reason for creating this workflow is to automate the process of building and publishing Docker images to the GitHub Container Registry whenever a new Git tag is pushed. This will save time and effort for developers who need to build and distribute Docker images.

Testing Done

The workflow was tested locally and verified that the Docker image was built and pushed to the GitHub Container Registry successfully.