We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf6547 commit ebd8934Copy full SHA for ebd8934
1 file changed
.github/workflows/docker.yml
@@ -3,8 +3,6 @@ name: Docker Image
3
on:
4
push:
5
branches: [ development ]
6
- pull_request:
7
- branches: [ development ]
8
9
jobs:
10
push_to_registries:
@@ -19,7 +17,7 @@ jobs:
19
17
- name: Set up QEMU
20
18
uses: docker/setup-qemu-action@v2
21
- name: Set up Docker Buildx
22
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v2
23
# If we want to publish an image of PhASAR to the official docker hub we
24
# can just use the following code and set the corresponding secrets.
25
# - name: Log in to Docker Hub
0 commit comments