mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-23 02:02:40 +00:00
Merge pull request #857 from b-ehlers/dockerbuild
Docker build: Run push action only on changes within docker directory
This commit is contained in:
commit
7fa78e156a
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…
x
Reference in New Issue
Block a user