This commit is contained in:
2025-07-04 14:36:46 +05:30
parent 3a91f10f5b
commit 388a320b06

View File

@@ -6,7 +6,7 @@ on:
branches: [ "main" ] branches: [ "main" ]
paths-ignore: paths-ignore:
- '**/README.md' - '**/README.md'
jobs: jobs:
build: build:
strategy: strategy:
@@ -47,5 +47,5 @@ jobs:
uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab
with: with:
inputs: ${{ vars.DOCKERHUB_REPO }}:latest inputs: ${{ vars.DOCKERHUB_REPO }}:latest
images: ${{ vars.DOCKERHUB_REPO }}:latest-arm64 tags: ${{ vars.DOCKERHUB_REPO }}:latest-arm64
push: true push: true