From 0bc55e8366836eccaaa0a77961a49ae49c955aca Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 00:33:04 +0000 Subject: Enable building+publishing the 'web-nginx' image. --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 548d4cd41..d3e1223d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,9 +26,9 @@ jobs: - name: app dockerfile: ./.docker/app/Dockerfile repository: supahgreg/tt-rss - # - name: web-nginx - # dockerfile: ./.docker/web-nginx/Dockerfile - # repository: supahgreg/tt-rss-web-nginx + - name: web-nginx + dockerfile: ./.docker/web-nginx/Dockerfile + repository: supahgreg/tt-rss-web-nginx steps: - name: Check out code -- cgit v1.2.3-54-g00ecf