Rename Daily build to Weekly build

This commit is contained in:
Jarno Rankinen 2024-04-06 11:15:15 +03:00
parent 76b32c0860
commit 4a3d2c7429
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
daily_build: weekly_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -32,7 +32,7 @@ jobs:
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5 - uses: docker/build-push-action@v5
name: Daily build name: Weekly build
with: with:
context: . context: .
push: true push: true