Merge test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user