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 3fee929 commit 81b6afaCopy full SHA for 81b6afa
.github/workflows/docker-pull.yml
@@ -2,9 +2,9 @@ name: Docker Pull Test
2
3
on:
4
push:
5
- branches: [ master, dev* ]
+ branches: [ master ]
6
pull_request:
7
8
9
jobs:
10
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Run the Docker image
19
run: |
20
- # Don't build. Will be pulled when run below
+ # Don't build. Will be pulled from Dockerhub when run below
21
./run.sh
22
23
- name: Info on Docker images
@@ -41,3 +41,4 @@ jobs:
41
ls -alt
42
ls -alt output
43
ls -alt output/*
44
+ more output/*
0 commit comments