Fix registry
All checks were successful
/ build (push) Successful in 18s

This commit is contained in:
Aram 🍐 2025-08-23 02:54:24 -04:00
parent 9698925556
commit 84de642ee7
2 changed files with 2 additions and 9 deletions

View file

@ -23,10 +23,3 @@ jobs:
tags: ${{ steps.extract_tag.outputs.tag }}
context: ./website
containerfiles: ./website/docker/Dockerfile
# - name: Build and push Docker image
# uses: docker/build-push-action@v2
# with:
# push: true
# context: website
# file: Dockerfile
# tags: git.poire.dev/aramperes/poire.dev:${{ steps.extract_tag.outputs.tag }}

View file

@ -1,3 +1,3 @@
FROM nginx:alpine
FROM docker.io/library/nginx:alpine
COPY src/ /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf