Skip to content

New receiptDB receipt-specific interface #2855

New receiptDB receipt-specific interface

New receiptDB receipt-specific interface #2855

Workflow file for this run

name: Build docker image
on:
pull_request:
branches:
- main
- release/**
push:
branches:
- main
- release/**
jobs:
sei-images:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
-
name: Check out the repo
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Docker build (amd64)
run: docker build --platform=linux/amd64 .