Skip to content

Commit

Permalink
use staging image for multiarch image
Browse files Browse the repository at this point in the history
Signed-off-by: jdolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Jul 14, 2020
1 parent d28a492 commit 9bd4ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Prepare
id: prepare
run: |
DOCKER_IMAGE=chartmuseum/chartmuseum
DOCKER_IMAGE=chartmuseumstage/chartmuseum
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
VERSION=edge
Expand Down

0 comments on commit 9bd4ea5

Please sign in to comment.