Skip to content

Commit

Permalink
fix: fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsang committed Nov 21, 2024
1 parent a3499b3 commit 151313f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
push: true
tags: gitsang/ddns:latest,gitsang/ddns:${{ steps.get_version.outputs.VERSION }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
build-args:
- DIST=dist
build-args: DIST=dist
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 151313f

Please sign in to comment.