chore(CI): Switching to GHCR

This commit is contained in:
Timothy Stewart 2021-08-09 22:48:34 -05:00
parent edcdcec1a2
commit c98774ee91

View File

@ -42,13 +42,13 @@ jobs:
with:
registry: ghcr.io
username: ${{ secrets.USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PAT }}
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
platforms: linux/arm/v7,linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: techno-tim/littlelink-server:latest