Skip to content

GPE-1250: Created a mutating webhook to ensure daemonsets don't sched… #3

GPE-1250: Created a mutating webhook to ensure daemonsets don't sched…

GPE-1250: Created a mutating webhook to ensure daemonsets don't sched… #3

name: Build webhook images
on:
push:
paths:
- .github/workflows/image_build_push_squid.yaml
- Docker/daemonset-webhook/**
jobs:
webhook:
name: webhook image
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/daemonset-webhook/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/daemonset-webhook"
OVERRIDE_REPO_NAME: "node-affinity-daemonset"
USE_QUAY_ONLY: true
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}