Update merge
This commit is contained in:
@@ -17,9 +17,10 @@ jobs:
|
|||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create and push manifest images
|
- name: Create manifest images
|
||||||
uses: Noelware/docker-manifest-action@master # or use a pinned version in the Releases tab
|
run: docker manifest create ${{ vars.DOCKERHUB_REPO }}:latest \
|
||||||
with:
|
${{ vars.DOCKERHUB_REPO }}:latest-amd64 \
|
||||||
inputs: ${{ vars.DOCKERHUB_REPO }}:latest-amd64,${{ vars.DOCKERHUB_REPO }}:latest-arm64
|
${{ vars.DOCKERHUB_REPO }}:latest-arm64
|
||||||
images: ${{ vars.DOCKERHUB_REPO }}:latest
|
|
||||||
push: true
|
- name: Push manifest images
|
||||||
|
run: docker manifest push ${{ vars.DOCKERHUB_REPO }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user