ci: fix nodejs workflow on push
This commit is contained in:
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- nodejs/*
|
- nodejs/**
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
name: "yolks:nodejs_${{ matrix.tag }}"
|
name: "yolks:nodejs_${{ matrix.tag }}"
|
||||||
@@ -37,4 +37,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}
|
||||||
|
Reference in New Issue
Block a user