Merge test
This commit is contained in:
@@ -16,7 +16,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
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
|
uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab
|
||||||
with:
|
with:
|
||||||
inputs: ${{ vars.DOCKERHUB_REPO }}:latest-arm64,${{ vars.DOCKERHUB_REPO }}:latest-amd64
|
inputs: ${{ vars.DOCKERHUB_REPO }}:latest-arm64,${{ vars.DOCKERHUB_REPO }}:latest-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user