Skip to content

Commit 915d745

Browse files
committed
ci: 1. test workflow
1 parent cc55e4e commit 915d745

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/_node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Docker meta
5151
id: meta
52-
users: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
52+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
5353
with:
5454
images: ${{ inputs.image_registry }}/${{ inputs.image_name }}
5555
tags: |

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- feat/ci-pr
78
types:
89
- opened
910
- synchronize

0 commit comments

Comments
 (0)