Skip to content

fix(): multiarch Release v0.3.3 #18

fix(): multiarch Release v0.3.3

fix(): multiarch Release v0.3.3 #18

Workflow file for this run

name: Build Docker Image Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
context: .
push: false
tags: gateway-sidecar:latest
build-args: |
PLATFORM=amd64
file: Dockerfile