mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-24 15:21:24 +01:00
fix(gha): updated actions
This commit is contained in:
parent
021eb7842f
commit
f69ad19f77
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -36,6 +36,9 @@ jobs:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # 3.0.0
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64 # have to disable linux/arm/v7 for now, see https://github.com/nodejs/docker-node/issues/1798
|
||||
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user