fix repo name in manifest
This commit is contained in:
parent
416b205e9d
commit
d44bf6cb1c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/matrix-build.yml
vendored
3
.github/workflows/matrix-build.yml
vendored
|
@ -64,11 +64,10 @@ jobs:
|
|||
|
||||
- name: Create Docker Hub manifest
|
||||
run: |
|
||||
docker manifest create $DOCKER_REPO:${{ steps.vars.outputs.version }} \
|
||||
docker manifest create $DOCKER_REPO:latest \
|
||||
$DOCKER_REPO:${{ steps.vars.outputs.version }}-linux-amd64 \
|
||||
$DOCKER_REPO:${{ steps.vars.outputs.version }}-linux-arm64
|
||||
|
||||
- name: Push manifests
|
||||
run: |
|
||||
docker manifest push $DOCKER_REPO:v${{ steps.vars.outputs.version }}
|
||||
docker manifest push $DOCKER_REPO:latest
|
||||
|
|
Loading…
Reference in a new issue