Skip to content

chore: removes some unused deps (#8) #4

chore: removes some unused deps (#8)

chore: removes some unused deps (#8) #4

Workflow file for this run

name: Multiple Architecture Image Build
on:
workflow_dispatch:
push:
branches:
- "main"
- "release-*"
tags:
- "v*"
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
image-build:
uses: ./.github/workflows/build-push-images.yaml
with:
registry: "ghcr.io"
image_name: "${{ github.repository_owner }}/trustify-ui"
containerfile: "./Containerfile"
architectures: '[ "amd64" ]'
extra-args: "--ulimit nofile=4096:4096"
secrets:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}