This repository was archived by the owner on Jun 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
username : ${{ secrets.username }}
42
42
password : ${{ secrets.token }}
43
43
44
- # FIXME this is kind of hacky, but for some reason $GITHUB_OUTPUT and $GITHUB_ENV just don't work here
44
+ # FIXME see https://github.com/addnab/docker-run-action/issues/41
45
45
- name : Get Cockpit version (workaround)
46
46
uses : addnab/docker-run-action@v3
47
47
with :
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ RUN set -euo pipefail && \
25
25
26
26
ENV COCKPIT_SSH_KEY_PATH /etc/cockpit/identity
27
27
28
- ENTRYPOINT [ "/usr/bin/supervisord" , "-c" , "/etc/supervisord.conf" ]
28
+ CMD [ "/usr/bin/supervisord" , "-c" , "/etc/supervisord.conf" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Cockpit Web Service (`cockpit-ws`).
18
18
The following tags are published to the GitHub Container Registry:
19
19
20
20
- ` :latest ` : This is the tag you should be using. is updated within a day of a new release of the Cockpit packages for
21
- Fedora automatically. Additionally, each release is tagged with the installed Cockpit (e. g. ` :280 ` ).
21
+ Fedora automatically. Additionally, each release is tagged with the installed Cockpit version (e. g. ` :280 ` ).
22
22
- ` :edge ` : Latest build of the image on the latest commit on the ` dev ` branch. Each image tagged with this is also
23
23
tagged with the SHA commit reference it was built on (e. g. ` :sha-bb8c5c4 ` ).
24
24
You can’t perform that action at this time.
0 commit comments