Merge test

This commit is contained in:
2025-07-04 14:46:53 +05:30
parent b62fb7ee53
commit 15b0166ad1

View File

@@ -16,7 +16,15 @@ jobs:
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create and push manifest images
- name: Create and push manifest images for pinned
uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab
with:
inputs: ${{ vars.DOCKERHUB_REPO }}:2.10.0-arm64,${{ vars.DOCKERHUB_REPO }}:2.10.0-amd64
tags: ${{ vars.DOCKERHUB_REPO }}:2.10.0
push: true
- name: Create and push manifest images for latest
uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab
with:
inputs: ${{ vars.DOCKERHUB_REPO }}:latest-arm64,${{ vars.DOCKERHUB_REPO }}:latest-amd64