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.
2 parents f2d1e61 + 3a0e267 commit 61c17b9Copy full SHA for 61c17b9
.github/workflows/config-reloader.yaml
@@ -68,6 +68,7 @@ jobs:
68
if: ${{ inputs.publish }}
69
70
- name: Build and push config-reloader image
71
+ id: build
72
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
73
with:
74
context: images/config-reloader
.github/workflows/syslog-ng-reloader.yaml
@@ -67,7 +67,8 @@ jobs:
67
password: ${{ github.token }}
- - name: Build and push config-reloader image
+ - name: Build and push syslog-ng-reloader image
context: images/syslog-ng-reloader
0 commit comments