This commit is contained in:
albert 2025-02-03 21:50:31 -08:00
parent 4166e5615e
commit cf38332da9
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -10,9 +10,8 @@ jobs:
container:
image: git.sysctl.io/albert/actions-images/node:latest
steps:
- run: cat /etc/hosts.template
- run: cat /etc/hosts
- run: cat /entrypoint.sh
- name: Add Gotify to Hosts
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: Setup Node
uses: actions/setup-node@v4
- name: Checkout repository