This commit is contained in:
parent
9698925556
commit
84de642ee7
2 changed files with 2 additions and 9 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue