Skip to content

Commit ebd8934

Browse files
committed
removed whitespaces in workflow. removed docker build on pr
1 parent 0cf6547 commit ebd8934

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Docker Image
33
on:
44
push:
55
branches: [ development ]
6-
pull_request:
7-
branches: [ development ]
86

97
jobs:
108
push_to_registries:
@@ -19,7 +17,7 @@ jobs:
1917
- name: Set up QEMU
2018
uses: docker/setup-qemu-action@v2
2119
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v2
2321
# If we want to publish an image of PhASAR to the official docker hub we
2422
# can just use the following code and set the corresponding secrets.
2523
# - name: Log in to Docker Hub

0 commit comments

Comments
 (0)