Skip to content

fix: Change workflow #59

fix: Change workflow

fix: Change workflow #59

Workflow file for this run

name: Infralovers Container Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
baseimage: [ standalone-chrome, standalone-firefox ]
baseversion: [ 4.18 ]
uses: infralovers/.github/.github/workflows/container.yml@container-build-args
secrets:
QUAY_USER: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_QUAY_ROBOT_ACCOUNT).username }}"
QUAY_TOKEN: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_QUAY_ROBOT_ACCOUNT).password }}"
BOT_ACCESS_TOKEN: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_GITHUB_INFRALOVERS).PAT }}"
MONDOO_SERVICE_ACCOUNT: "${{ fromJson(secrets.VAULT_KV_1D187965_OP_MONDOO_PACKER_AGENT).password }}"
with:
dockerfile: Dockerfile
score: 50
platforms: "linux/amd64, linux/arm64"
release: true
image_name: "${{matrix.baseimage}}-behave"
build_args: "SELENIUM_BASE=docker.io/selenium/${{ matrix.baseimage }}:${{ matrix.baseversion }}"