Skip to content

Commit

Permalink
Update dockerhub-build-push-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodilestick authored Nov 8, 2024
1 parent eecf9ac commit 4755718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-build-push-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'empty_library/**'
- 'root/**'
- 'scripts/**'
- '**/Dockerfile'

jobs:
build:
Expand Down Expand Up @@ -43,4 +44,4 @@ jobs:
id: increment
with:
name: 'CURRENT_DEV_BUILD_NUM'
token: ${{ secrets.DEV_BUILD_NUM_INCREMENTOR_TOKEN }}
token: ${{ secrets.DEV_BUILD_NUM_INCREMENTOR_TOKEN }}

0 comments on commit 4755718

Please sign in to comment.