10 Commits
Author SHA1 Message Date
lyrathorpe 36d8bf5fcf Merge pull request 'fix(deps): update docker base image' (#21) from renovate/docker-base-image into main
Build and publish container / build (push) Successful in 12m3s
Reviewed-on: #21
2026-07-29 16:47:17 +01:00
renovate-bot 65b91ce2d0 Merge pull request 'fix(deps): update docker/login-action digest to 371161b' (#31) from renovate/docker-login-action-digest into main
Build and publish container / build (push) Skipped
2026-07-28 09:05:13 +01:00
Renovate Bot eb4f4b3650 fix(deps): update docker/login-action digest to 371161b
Build and publish container / build (push) Skipped
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 2m48s
2026-07-28 08:02:12 +00:00
Renovate Bot 4aadc00b10 fix(deps): update docker base image
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (push) Skipped
Build and publish container / build (pull_request) Successful in 7m1s
2026-07-27 03:02:28 +00:00
renovate-bot 40d5ea779b Merge pull request 'fix(deps): update docker/login-action digest to abd2ef4' (#30) from renovate/docker-login-action-digest into main
Build and publish container / build (push) Skipped
2026-07-24 14:09:25 +01:00
Renovate Bot 9952dfcffe fix(deps): update docker/login-action digest to abd2ef4
Build and publish container / build (push) Skipped
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 7m24s
2026-07-24 13:01:48 +00:00
renovate-bot f6438816e1 Merge pull request 'fix(deps): update docker/login-action digest to 06fb636' (#29) from renovate/docker-login-action-digest into main
Build and publish container / build (push) Skipped
2026-07-23 17:06:13 +01:00
Renovate Bot 9cff007d64 fix(deps): update docker/login-action digest to 06fb636
Build and publish container / build (push) Skipped
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 3m51s
2026-07-23 16:02:10 +00:00
renovate-bot b35d1b6314 Merge pull request 'fix(deps): update actions/checkout digest to 3d3c42e' (#28) from renovate/actions-checkout-digest into main
Build and publish container / build (push) Skipped
2026-07-20 17:09:07 +01:00
Renovate Bot 5c0eef84fd fix(deps): update actions/checkout digest to 3d3c42e
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 6m14s
Build and publish container / build (push) Skipped
2026-07-20 16:02:35 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
packages: write packages: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with: with:
# Full history and tags are required to derive the next version # Full history and tags are required to derive the next version
# from the conventional-commit messages since the last release. # from the conventional-commit messages since the last release.
@@ -121,7 +121,7 @@ jobs:
- name: Log in to the Gitea container registry - name: Log in to the Gitea container registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
+1 -1
View File
@@ -1,7 +1,7 @@
# Lightweight, non-root nginx serving the static site. # Lightweight, non-root nginx serving the static site.
# Runs as user "nginx" and listens on 8080, ready to sit behind an # Runs as user "nginx" and listens on 8080, ready to sit behind an
# external reverse proxy that terminates TLS and forwards requests. # external reverse proxy that terminates TLS and forwards requests.
FROM nginxinc/nginx-unprivileged:1.31-alpine-slim@sha256:eed3e4c2f3f9285e80610238e0b18fe1bf311c50559434db1969b1cfabd5518b FROM nginxinc/nginx-unprivileged:1.31-alpine-slim@sha256:22f839c5fb4007dc24d203a170a9e03fc185d660bfefc34ac6823a7aef085cbc
COPY default.conf /etc/nginx/conf.d/default.conf COPY default.conf /etc/nginx/conf.d/default.conf
COPY --chown=nginx:nginx index.html styles.css script.js messages.js /usr/share/nginx/html/ COPY --chown=nginx:nginx index.html styles.css script.js messages.js /usr/share/nginx/html/