We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000d297 commit e2b375dCopy full SHA for e2b375d
.github/workflows/docker-push.yml
@@ -2,12 +2,24 @@
2
name: Docker Image CI
3
4
on:
5
- push:
+ push:
6
+ paths-ignore:
7
+ - 'README.md'
8
+ - '.github/**'
9
+ - '.dockerignore'
10
+ - 'docker-compose.yml'
11
+ - 'Dockerfile'
12
tags:
13
- v*
14
branches:
15
- main
- pull_request:
16
+ pull_request:
17
18
19
20
21
22
23
24
25
@@ -38,4 +50,4 @@ jobs:
38
50
uses: docker/build-push-action@v2
39
51
with:
40
52
push: true
41
- tags: brayanbot/brayanbot:latest
53
+ tags: brayanbot/brayanbot:latest
0 commit comments