diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4ee372f..4b97aa0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,13 +27,13 @@ jobs: run: heroku container:release -a ttlsh web - name: build nginx - run: docker build -t registry.heroku.com/ttlsh-router/nginx nginx + run: docker build -t registry.heroku.com/ttlsh-router/web nginx - name: push nginx - run: docker push registry.heroku.com/ttlsh-router/nginx + run: docker push registry.heroku.com/ttlsh-router/web - name: release nginx - run: heroku container:release -a ttlsh-router nginx + run: heroku container:release -a ttlsh-router web - name: build hooks run: docker build -f hooks/Dockerfile.hooks -t registry.heroku.com/ttlsh-hooks/web hooks