mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 00:05:35 +02:00
test
This commit is contained in:
11
.github/workflows/main-multiX.yml
vendored
11
.github/workflows/main-multiX.yml
vendored
@@ -13,9 +13,15 @@ on:
|
||||
jobs:
|
||||
build-main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: '.'
|
||||
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/manimatter/decluttarr
|
||||
IMAGE_TAG: maintestX
|
||||
|
||||
steps:
|
||||
- name: 'Checkout GitHub Action'
|
||||
uses: actions/checkout@main
|
||||
@@ -40,9 +46,6 @@ jobs:
|
||||
echo "SHORT_COMMIT_ID=$calculatedSha" >> $GITHUB_ENV
|
||||
|
||||
- name: "Build, Tag, and push the Docker image"
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/manimatter/decluttarr
|
||||
IMAGE_TAG: maintestX
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
@@ -75,4 +78,4 @@ jobs:
|
||||
# Add label for unknown architectures
|
||||
if [ ! -z "$manifest_digest_unknown" ]; then
|
||||
docker manifest annotate "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:$IMAGE_TAG-unknown" --os=linux --arch=unknown "$manifest_digest_unknown" || true
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user