fix docker-manifest-action version because it's wrong in their f-ing readme
This commit is contained in:
@@ -169,7 +169,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
|
||||
- name: combine manifests
|
||||
uses: Noelware/docker-manifest-action@v1
|
||||
uses: Noelware/docker-manifest-action@v1.0.0-beta.2
|
||||
with:
|
||||
tags: ${{ env.BRANCH }}-combined
|
||||
inputs: snipe/snipe-it:${{ env.BRANCH }}-intel,snipe/snipe-it:${{ env.BRANCH }}-arm
|
||||
|
||||
Reference in New Issue
Block a user