Skip to content

Commit 3a0e267

Browse files
committed
fix(ci): signing
Signed-off-by: Bence Csati <[email protected]>
1 parent f2d1e61 commit 3a0e267

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/config-reloader.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
if: ${{ inputs.publish }}
6969

7070
- name: Build and push config-reloader image
71+
id: build
7172
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
7273
with:
7374
context: images/config-reloader

.github/workflows/syslog-ng-reloader.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
password: ${{ github.token }}
6868
if: ${{ inputs.publish }}
6969

70-
- name: Build and push config-reloader image
70+
- name: Build and push syslog-ng-reloader image
71+
id: build
7172
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
7273
with:
7374
context: images/syslog-ng-reloader

0 commit comments

Comments
 (0)