File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- name-template : " $RESOLVED_VERSION"
1+ name-template : " v $RESOLVED_VERSION"
22tag-template : " v$RESOLVED_VERSION"
33categories :
44 - title : " 🚀 Features"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN export CGO_ENABLED=0 && go build -o ./yamllint-action .
1919FROM python:3.13.1-alpine3.19
2020RUN pip install --no-cache-dir yamllint==1.35.1 && \
2121 adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid 10001 appuser
22- COPY --from=build /yamllint-action/yamllint-action /script_exporter
22+ COPY --from=build /yamllint-action/yamllint-action /yamllint-action
2323COPY entrypoint.sh /entrypoint.sh
2424USER appuser:appuser
2525ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments