Skip to content

e2pg: bugfix. only write an intg update if an integration has changed #103

e2pg: bugfix. only write an intg update if an integration has changed

e2pg: bugfix. only write an intg update if an integration has changed #103

Workflow file for this run

name: docker
on:
push:
branches:
- 'main'
- 'r/docker'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
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 to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/arm/v8
context: .
file: ./cmd/e2pg/Dockerfile
push: true
tags: indexsupply/e2pg:latest