Skip to content

Commit

Permalink
docker-build-push action always needs the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Sep 15, 2021
1 parent 866797e commit 3c3c0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
matrix:
repo: ['development', 'testing', 'release']
steps:
- name: checkout osgvo-docker-pilot
uses: actions/checkout@v2

- name: Load cached image
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3c3c0df

Please sign in to comment.