Skip to content

β˜• chore: Bump typescript from 5.9.3 to 6.0.2 (#63) #230

β˜• chore: Bump typescript from 5.9.3 to 6.0.2 (#63)

β˜• chore: Bump typescript from 5.9.3 to 6.0.2 (#63) #230

Workflow file for this run

name: Container Build
on:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
workflow_call:
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
packages: write
security-events: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Build and Push Container
uses: wgtechlabs/[email protected]
with:
registry: both
dockerhub-username: ${{ secrets.DOCKER_HUB_USERNAME }}
dockerhub-token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64,linux/arm64
trivy-severity: CRITICAL
fail-on-vulnerability: true
commit-convention-enabled: true