Skip to content

Commit

Permalink
Just test docker pull on master - will require release to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Nov 17, 2023
1 parent 3fee929 commit 81b6afa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Pull Test

on:
push:
branches: [ master, dev* ]
branches: [ master ]
pull_request:
branches: [ master, dev* ]
branches: [ master ]

jobs:

Expand All @@ -17,7 +17,7 @@ jobs:

- name: Run the Docker image
run: |
# Don't build. Will be pulled when run below
# Don't build. Will be pulled from Dockerhub when run below
./run.sh
- name: Info on Docker images
Expand All @@ -41,3 +41,4 @@ jobs:
ls -alt
ls -alt output
ls -alt output/*
more output/*

0 comments on commit 81b6afa

Please sign in to comment.