Skip to content

Commit

Permalink
feat: added set args
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 9, 2024
1 parent 8e5832c commit 9490e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
uses: docker/[email protected]
with:
push: true
args: |
APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}
set: |
*.args.APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}
env:
REGISTRY_USER: localhost:5000/frappe

Expand Down

0 comments on commit 9490e5b

Please sign in to comment.