Skip to content

chore: add build arg for version/hash to devspace and dockerfiles, bump go/debian versions in dockerfiles, dockerfile consistency stuff #50

chore: add build arg for version/hash to devspace and dockerfiles, bump go/debian versions in dockerfiles, dockerfile consistency stuff

chore: add build arg for version/hash to devspace and dockerfiles, bump go/debian versions in dockerfiles, dockerfile consistency stuff #50

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
needs:
- lint
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml