We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc55e4e commit 915d745Copy full SHA for 915d745
.github/workflows/_node-ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Docker meta
51
id: meta
52
- users: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
+ uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
53
with:
54
images: ${{ inputs.image_registry }}/${{ inputs.image_name }}
55
tags: |
.github/workflows/ci-pr.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ - feat/ci-pr
8
types:
9
- opened
10
- synchronize
0 commit comments