ci: fix nodejs workflow on push

This commit is contained in:
Alex
2021-10-05 17:06:47 +03:00
parent 5480ec769c
commit 69afcac64c

View File

@@ -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 }}