Skip to content

Enhancing Dgraph cd pipeline to only push images to Dockerhub when both AMD and ARM builds are successful #668

Enhancing Dgraph cd pipeline to only push images to Dockerhub when both AMD and ARM builds are successful

Enhancing Dgraph cd pipeline to only push images to Dockerhub when both AMD and ARM builds are successful #668

Workflow file for this run

name: labeler
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
- 'release/**'
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5