Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

UPDATE ubi image version #14

UPDATE ubi image version

UPDATE ubi image version #14

Workflow file for this run

name: Build
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ build ]
workflow_dispatch:
inputs:
branch:
description: 'Branch you want to build'
required: true
default: 'build'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
strategy:
matrix:
docker: ['scratch','ubi']
# The type of runner that the job will run on
runs-on: ubuntu-latest
name: ${{ matrix.docker }}
steps:
- name: build
uses: sysdiglabs/[email protected]
with:
exporter: ntp-exporter
artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
artifactory_username: _json_key
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
tag_name: dev
target: ${{ matrix.docker }}
repository: us-docker.pkg.dev