Skip to content

ci: add docker workflow #3

ci: add docker workflow

ci: add docker workflow #3

Workflow file for this run

name: Docker build images
on:
push:
branches:
- main
pull_request:
branches: [main]
merge_group:
permissions:
contents: read
issues: read
packages: write
pull-requests: read
id-token: write
jobs:
docker-build-images:
uses: hoverkraft-tech/ci-github-container/.github/workflows/[email protected]
secrets:
oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
with:
runs-on: '["ubuntu-24.04"]'
images: |
[{
"name": "mailrelay",
"dockerfile": "./Dockerfile",
"build-args": {},
"platforms": [
"linux/amd64",
"linux/arm64"
]
}]