Skip to content

Merge pull request #37 from janfabian/feat/two-height-bidtx #11

Merge pull request #37 from janfabian/feat/two-height-bidtx

Merge pull request #37 from janfabian/feat/two-height-bidtx #11

Workflow file for this run

name: Build skipper-go
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
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: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: make GITHUB_TAG=${{ inputs.tag }} GITHUB_ACTIONS=true build-docker
working-directory: skipper-go