mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-10 13:17:38 +01:00
chore(CI): Switching to GHCR
This commit is contained in:
parent
edcdcec1a2
commit
c98774ee91
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user