Skip to content

Commit

Permalink
test new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Apr 27, 2024
1 parent 753b655 commit fe8f9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build and Push Docker Image
on:
schedule:
- cron: '0 0 * * *' # Run every day at midnight
# temp for testing
pull_request:
branches:
- main

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container:
# image built from the Dockerfile in the .github/ folder
image: zjeffer/hyprland-arch:latest
image: Duckonaut/hyprland-arch:latest
steps:
- name: Install dependencies
# TODO: remove hyprwayland-scanner-git once hyprland-git properly depends on it
Expand Down

0 comments on commit fe8f9d7

Please sign in to comment.