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

js

js #451

Workflow file for this run

name: js
concurrency: js
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
paths:
- .github/actions/release-variant/action.yml
- .github/workflows/js.yml
- js/**
jobs:
build:
name: Release JavaScript variant image
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/release-variant
with:
variant: js
archs: amd64,aarch64,armv7