Skip to content

Commit

Permalink
workflow: update scheduled push
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed Aug 9, 2024
1 parent 997337d commit bafd808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo pacman-key --init && \
sudo pacman-key --populate archlinux blackarch && \
sudo pacman -Sy --noconfirm --needed archlinux-keyring blackarch-keyring && \
sudo pacman -Sy --noconfirm --needed make docker devtools fakeroot fakechroot
sudo pacman -Syu --noconfirm --needed make docker devtools fakeroot fakechroot
- name: Build base
run: |
Expand Down

0 comments on commit bafd808

Please sign in to comment.