mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-05 12:27:59 +01:00
chore(CI): Switching to GHCR
This commit is contained in:
parent
f8ac025e80
commit
dc90d38ff0
34
.github/workflows/main.yml
vendored
34
.github/workflows/main.yml
vendored
@ -27,31 +27,13 @@ jobs:
|
||||
needs: [js-install-and-test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
- name: "Build:checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Show structure
|
||||
run: |
|
||||
ls -R
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
- name: 'Build:dockerimage'
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/386
|
||||
push: true
|
||||
tags: timothystewart6/littlelink-server:latest
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PAT }}
|
||||
repository: techno-tim/littlelink-server
|
||||
tags: latest
|
@ -1,13 +1,10 @@
|
||||
# 🔗 LittleLink-Server
|
||||
|
||||
[![Docker Build Status](https://img.shields.io/docker/pulls/timothystewart6/littlelink-server.svg)](https://hub.docker.com/r/timothystewart6/littlelink-server/)
|
||||
|
||||
This project is based on the great work from [littlelink](https://github.com/sethcottle/littlelink)
|
||||
It takes the same simple approach to a link page and hosts it within a nodeJS server containerized for you to use. Now, customizing `littlelink` with `littlelink-server` is as easy as passing in some environment variables.
|
||||
It takes the same simple approach to a link page and hosts it within a nodeJS server containerized for you to use. Now, customizing `LittleLink` with `littlelink-server` is as easy as passing in some environment variables.
|
||||
|
||||
|
||||
|
||||
# 👇 What is `littlelink`?
|
||||
# 👇 What is `LittleLink`?
|
||||
|
||||
![LittleLink](https://cdn.cottle.cloud/littlelink/social-circle.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user