SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

Use github container registry for storing the images and divide the actions in separate files to follow all other apps #690

Closed martin-trajanovski closed 2 years ago

martin-trajanovski commented 2 years ago

Description

This PR aims to improve the github actions and spliting them into different files for push to master and pull_request to master. From now on we are using Github container registry for storing the images that we build in the actions.

Motivation

Actions were mixed a bit and DockerHub was used as a storage for images.

Fixes:

https://jira.esss.lu.se/browse/SWAP-2717

Changes:

Tests included/Docs Updated?