Skip to content

Commit da801b8

Browse files
committed
removed whitespaces.
only build docker image on push to development not on pull request
1 parent 572183d commit da801b8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Docker Image
33
on:
44
push:
55
branches: [ development ]
6-
pull_request:
7-
branches: [ development ]
6+
87
jobs:
98
push_to_registries:
109
name: Push Docker image to multiple registries
@@ -22,14 +21,14 @@ jobs:
2221
# with:
2322
# username: ${{ secrets.DOCKER_USERNAME }}
2423
# password: ${{ secrets.DOCKER_TOKEN }}
25-
24+
2625
- name: Log in to the Container registry
2726
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2827
with:
2928
registry: ghcr.io
3029
username: ${{ github.actor }}
3130
password: ${{ secrets.GITHUB_TOKEN }}
32-
31+
3332
- name: Extract metadata (tags, labels) for Docker
3433
id: meta
3534
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38

0 commit comments

Comments
 (0)