mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 06:54:01 +02:00
trying
This commit is contained in:
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
driver-opts: image=ubuntu:latest
|
||||
version: 0.6.3
|
||||
|
||||
- name: 'Login to GitHub Container Registry'
|
||||
uses: docker/login-action@v1
|
||||
@@ -62,6 +63,7 @@ jobs:
|
||||
run: |
|
||||
docker buildx build \
|
||||
--driver docker-containerd \
|
||||
--progress plain \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-t $IMAGE_NAME:$IMAGE_TAG \
|
||||
--label com.decluttarr.version=$IMAGE_TAG \
|
||||
|
||||
Reference in New Issue
Block a user