Skip to content

Bump docker/login-action from 3 to 4 (#52) #128

Bump docker/login-action from 3 to 4 (#52)

Bump docker/login-action from 3 to 4 (#52) #128

Workflow file for this run

# Main workflow file. This complex workflow declares
# primary automated jobs that are relevant to
# building and testing HyperCPU.
name: HyperCPU CI/CD Pipeline
on:
push:
jobs:
prepare:
uses: ./.github/workflows/mainline-prepare.yml
compile:
needs: prepare
uses: ./.github/workflows/mainline-compile.yml
format:
needs: prepare
uses: ./.github/workflows/mainline-format.yml
lint:
needs: prepare
uses: ./.github/workflows/mainline-lint.yml