summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/aur.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml
index f04146b..879c260 100644
--- a/.github/workflows/aur.yml
+++ b/.github/workflows/aur.yml
@@ -21,7 +21,7 @@ jobs:
GIT_USER: ChausseBenjamin
run: |-
docker buildx create --use
- docker buildx build -t "aur-publisher" releases/aur
+ docker buildx build -t "aur-publisher" releases/aur --load
docker run \
-e AUR_PRIVATE_KEY="$AUR_PRIVATE_KEY" \
-e AUR_PUBLIC_KEY="$AUR_PUBLIC_KEY" \