Skip to content

[th/ocp-secondary-nad] testConfig: change the default for "secondary_network_nad" from "ocp-secondary" to "tft-secondary" #459

[th/ocp-secondary-nad] testConfig: change the default for "secondary_network_nad" from "ocp-secondary" to "tft-secondary"

[th/ocp-secondary-nad] testConfig: change the default for "secondary_network_nad" from "ocp-secondary" to "tft-secondary" #459

Workflow file for this run

name: Build PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Docker Buildx
run: |
docker buildx create --use
- name: Build Multiarch image
run: |
docker buildx build \
--file ./Containerfile \
--platform linux/arm64,linux/amd64 \
--tag ghcr.io/${{ github.repository_owner }}/ocp-traffic-flow-tests:pr_test \
.