Skip to content

Bump docker/login-action from 2 to 3 (#129) #79

Bump docker/login-action from 2 to 3 (#129)

Bump docker/login-action from 2 to 3 (#129) #79

Workflow file for this run

name: Main
on:
push:
branches: main
jobs:
linting:
uses: ./.github/workflows/linting.yml
build_api:
uses: ./.github/workflows/build_api.yml
needs:
- linting
with:
latest: true
push: true
build_frontend:
uses: ./.github/workflows/build_frontend.yml
needs:
- linting
with:
latest: true
push: true