Skip to content

Instantly share code, notes, and snippets.

View Netfloex's full-sized avatar

Sam Taen Netfloex

  • Nijmegen
View GitHub Profile
@Netfloex
Netfloex / github-actions.yml
Last active November 7, 2021 23:29
Github Actions Workflow for Node Projects: Yarn & Typescript, Multiarch Docker build
name: docker-build
on:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest