Skip to content

Updates to K8s manifests and services for K8s compatibility (#117) #21

Updates to K8s manifests and services for K8s compatibility (#117)

Updates to K8s manifests and services for K8s compatibility (#117) #21

Workflow file for this run

name: Ads - Python
permissions: {}
on:
push:
branches: [ main ]
paths:
- services/ads/python/**
workflow_dispatch:
defaults:
run:
working-directory: ads
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
id: login-ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./services/ads/python
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/datadog/storedog/ads:latest