Skip to content

Commit

Permalink
Bring back the commented out lines in Docker Build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Dec 18, 2019
1 parent b52f0e6 commit 093dd6b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- master
#paths:
#- 'Dockerfile'
#- 'install*.sh'
#- 'debian/postinst'
paths:
- 'Dockerfile'
- 'install*.sh'
- 'debian/postinst'
schedule:
- cron: '0 2 * * 0' # Weekly on Sundays at 02:00

Expand All @@ -23,5 +23,4 @@ jobs:
name: dragoncomputer/dragonfire
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
#cache: ${{ github.event_name != 'schedule' }}
cache: false
cache: ${{ github.event_name != 'schedule' }}

0 comments on commit 093dd6b

Please sign in to comment.