Skip to content

Commit

Permalink
ci: Remove a step in docker manifest publish (#2752)
Browse files Browse the repository at this point in the history
The make targets try to create a manifest twice, causing issue
  • Loading branch information
tjtelan committed Oct 25, 2022
1 parent 7015491 commit 7fc38a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -178,7 +178,6 @@ jobs:
DOCKER_IMAGE_TAG: ${{ env.VERSION }}
CHANNEL_TAG: stable
run: |
make docker-create-manifest
make docker-push-manifest
- name: Slack Notification
Expand Down

0 comments on commit 7fc38a4

Please sign in to comment.