diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 00:33:04 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 00:33:04 +0000 |
| commit | 0bc55e8366836eccaaa0a77961a49ae49c955aca (patch) | |
| tree | 324fb48151aab1ce7d41c1718359c5dc037d5eae /.github/workflows/publish.yml | |
| parent | b6fd27c7560011ca1e654eb348faa64b049ebca1 (diff) | |
Enable building+publishing the 'web-nginx' image.
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
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 |