Skip to content

Commit bce9c06

Browse files
committed
Add manual trigger for gha
1 parent 79855e1 commit bce9c06

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/docker-hub-publish-base.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Update base image
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 2 * * *' # Daily at 02:00
56
jobs:
@@ -25,5 +26,3 @@ jobs:
2526
tags: imiobe/iadelib:base
2627
pull: true
2728
push: true
28-
cache-from: type=gha
29-
cache-to: type=gha,mode=max

.github/workflows/docker-hub-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Update images
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [ master ]
56
jobs:
@@ -25,8 +26,6 @@ jobs:
2526
tags: imiobe/iadelib:latest
2627
pull: true
2728
push: true
28-
cache-from: type=gha
29-
cache-to: type=gha,mode=max
3029
- name: Build dev image
3130
uses: docker/[email protected]
3231
with:
@@ -35,5 +34,3 @@ jobs:
3534
tags: imiobe/iadelib:dev
3635
pull: true
3736
push: true
38-
cache-from: type=gha
39-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)