Merge test
This commit is contained in:
@@ -20,6 +20,6 @@ jobs:
|
|||||||
- name: Create and push manifest images
|
- name: Create and push manifest images
|
||||||
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-amd64,${{ vars.DOCKERHUB_REPO }}:latest-arm64
|
||||||
images: ${{ vars.DOCKERHUB_REPO }}:latest-amd64,${{ vars.DOCKERHUB_REPO }}:latest-arm64
|
images: ${{ vars.DOCKERHUB_REPO }}:latest
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user