chore(CI): Switching to GHCR

This commit is contained in:
Timothy Stewart 2021-08-09 22:24:44 -05:00
parent f8ac025e80
commit dc90d38ff0
2 changed files with 10 additions and 31 deletions

View File

@ -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

View File

@ -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)