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