Skip to content

Commit a5f2c7b

Browse files
committed
chores(ci): limit docker workflow to pushes
It should be possible to run it manually
1 parent 42402d2 commit a5f2c7b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ on:
99
- "helm/**"
1010
- "*.md"
1111
- "docs/**"
12-
pull_request:
13-
branches: [ main, develop ]
14-
paths-ignore:
15-
# - ".github/**"
16-
- ".drone.yml"
17-
- "helm/**"
18-
- "*.md"
19-
- "docs/**"
2012

2113

2214

@@ -51,6 +43,7 @@ jobs:
5143
- name: Build and push
5244
uses: docker/build-push-action@v5
5345
with:
46+
context: .
5447
push: true
5548
tags: ${{ steps.meta.outputs.tags }}
5649
cache-from: type=gha

0 commit comments

Comments
 (0)