mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Docker build: Run push action only on changes within docker directory
This commit is contained in:
parent
dff29d1b0b
commit
0f4a9586dd
4
.github/workflows/build-docker-images.yml
vendored
4
.github/workflows/build-docker-images.yml
vendored
@ -1,10 +1,12 @@
|
||||
name: Build and upload Docker images
|
||||
name: Build Docker images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- 'docker/**'
|
||||
schedule:
|
||||
- cron: '37 7 * * 3'
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user