Skip to content

Commit 81b6afa

Browse files
committed
Just test docker pull on master - will require release to dockerhub
1 parent 3fee929 commit 81b6afa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-pull.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker Pull Test
22

33
on:
44
push:
5-
branches: [ master, dev* ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, dev* ]
7+
branches: [ master ]
88

99
jobs:
1010

@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Run the Docker image
1919
run: |
20-
# Don't build. Will be pulled when run below
20+
# Don't build. Will be pulled from Dockerhub when run below
2121
./run.sh
2222
2323
- name: Info on Docker images
@@ -41,3 +41,4 @@ jobs:
4141
ls -alt
4242
ls -alt output
4343
ls -alt output/*
44+
more output/*

0 commit comments

Comments
 (0)