Skip to content

Commit

Permalink
fix: Unexpected input(s) 'platform' ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitastupin committed Aug 13, 2022
1 parent 040de9a commit 37b433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/clairvoyance:latest
platform: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 37b433a

Please sign in to comment.