summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 00:33:04 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 00:33:04 +0000
commit0bc55e8366836eccaaa0a77961a49ae49c955aca (patch)
tree324fb48151aab1ce7d41c1718359c5dc037d5eae
parentb6fd27c7560011ca1e654eb348faa64b049ebca1 (diff)
Enable building+publishing the 'web-nginx' image.
-rw-r--r--.github/workflows/publish.yml6
1 files 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