Skip to content

Commit b9a7301

Browse files
authored
Remove schedule and use current working directory as build context
1 parent 8dd672a commit b9a7301

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-and-apply-patches.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Sync, Tag, Build and Publish Docker Image
22
run-name: Patch and build ${{ github.event_name == 'schedule' && 'latest upstream tag' || inputs.tag }}
33

44
on:
5-
schedule:
6-
- cron: '0 0 * * 0' # Weekly at midnight
75
workflow_dispatch:
86
inputs:
97
tag:
@@ -147,6 +145,7 @@ jobs:
147145
- name: Build and push Docker image
148146
uses: docker/build-push-action@v6
149147
with:
148+
context: .
150149
file: Dockerfile.rootless
151150
push: true
152151
tags: ghcr.io/${{ github.repository }}:${{ needs.sync-and-patch.outputs.tag }}

0 commit comments

Comments
 (0)