Skip to content

Commit

Permalink
ADDITIONAL_PLUGS build arg (#2535)
Browse files Browse the repository at this point in the history
ADDITIONAL_PLUGS build arg
  • Loading branch information
dauntlessnomad authored Oct 14, 2024
1 parent 08f0c72 commit 0b97733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
build-args: |
APP_VERSION=${{ github.sha }}
ADDITIONAL_PLUGS=${{ secrets.ADDITIONAL_PLUGS }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

Expand Down

0 comments on commit 0b97733

Please sign in to comment.