Skip to content

Commit

Permalink
fix: git action deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhayujie committed Aug 26, 2023
1 parent 01a56e1 commit d89091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
file: ./docker/Dockerfile.latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platform: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64

- uses: actions/delete-package-versions@v4
with:
Expand Down

0 comments on commit d89091a

Please sign in to comment.