Files
kubelogin/.github/workflows/docker.yaml
2023-12-17 10:25:46 +09:00

33 lines
525 B
YAML

name: docker
on:
pull_request:
branches:
- master
paths:
- .github/workflows/docker.yaml
- pkg/**
- go.*
- Dockerfile
- Makefile
push:
branches:
- master
paths:
- .github/workflows/docker.yaml
- pkg/**
- go.*
- Dockerfile
- Makefile
tags:
- v*
jobs:
build:
uses: int128/docker-build-workflow/.github/workflows/build.yaml@v1
with:
platforms: |
linux/amd64
linux/arm64
linux/ppc64le