Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Sep 18, 2023
1 parent 5eb0714 commit 0e55125
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@ jobs:
DOCKER_BUILDX_CACHE_FROM: "type=gha"
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"

- name: Push multi-arch image to the Registry
run: |
docker push kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }}-amd64
docker push kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }}-arm64v8
docker manifest create kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }} --amend kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }}-amd64 --amend kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }}-arm64v8
docker manifest push -p kubeshop/testkube-jmeterd-executor:${{ steps.commit.outputs.short }}
jmeterd_slave:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0e55125

Please sign in to comment.