Skip to content

Commit

Permalink
workflow: update buildprocess
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed May 6, 2024
1 parent 437756c commit 3af58e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
push:
runs-on: ubuntu-latest
container:
image: blackarchlinux/blackarch:base-devel
image: docker.io/blackarchlinux/blackarch:base-devel
if: github.event_name == 'push'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
publish:
runs-on: ubuntu-latest
container:
image: blackarchlinux/blackarch:base-devel
image: docker.io/blackarchlinux/blackarch:base-devel

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define rootfs
install -Dm644 /usr/share/devtools/pacman.conf.d/extra.conf $(BUILDDIR)/etc/pacman.conf
cat pacman-conf.d-blackarch.conf >> $(BUILDDIR)/etc/pacman.conf

fakechroot -- fakeroot -- pacman -Sy -r $(BUILDDIR) \
fakechroot -- fakeroot -- pacman -Sy -r $(BUILDDIR) --needed \
--noconfirm --dbpath $(BUILDDIR)/var/lib/pacman \
--config $(BUILDDIR)/etc/pacman.conf \
--noscriptlet \
Expand Down

0 comments on commit 3af58e5

Please sign in to comment.