From 4a3d2c74299b0c1ecd23074a5346e6bcff86b1fc Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Sat, 6 Apr 2024 11:15:15 +0300 Subject: [PATCH] Rename Daily build to Weekly build --- .github/workflows/weekly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 5682a88..f0ae6ea 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -15,7 +15,7 @@ on: workflow_dispatch: jobs: - daily_build: + weekly_build: runs-on: ubuntu-latest steps: @@ -32,7 +32,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 - name: Daily build + name: Weekly build with: context: . push: true