Skip to content

helm: airflow upgrade to 2.8.4 (#71) #25

helm: airflow upgrade to 2.8.4 (#71)

helm: airflow upgrade to 2.8.4 (#71) #25

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build the Docker image - Local Deployment
run: |
cd docker && docker build . --file Dockerfile --tag autonews-github-action:$(date +%s)
- name: Build the Docker image - k8s Deployment
run: |
make k8s-env-create
make k8s-docker-build repo=autonews-github-action-k8s tag=$(date +%s)