chore: let there be initial files
All checks were successful
build-and-push / docker (push) Successful in 35s

This commit is contained in:
0x1a8510f2 2024-10-31 19:44:12 +01:00
commit ce6f988c20
Signed by: 0x1a8510f2
GPG Key ID: 1C692E355D76775D
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,25 @@
name: build-and-push
on:
push:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to registry
uses: docker/login-action@v3
with:
registry: dev.l1qu1d.net
username: ${{ secrets.PUSH_USER }}
password: ${{ secrets.PUSH_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: dev.l1qu1d.net/l1qu1d-net/hiddencontainer

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.20
RUN apk update && apk add tor
VOLUME /data
CMD ["tor", "-f", "/data/torrc"]

1
readme.md Normal file
View File

@ -0,0 +1 @@
![](https://dev.l1qu1d.net/l1qu1d-net/hiddencontainer/actions/workflows/build-and-push.yaml/badge.svg?branch=master&event=push)