Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 committed Feb 24, 2022
1 parent f2dbcc0 commit 3b97067
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ jobs:
repo: ghcr.io/zoneminder-containers/eventserver-base
}
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Download container artifact
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -330,6 +333,9 @@ jobs:
repo: ghcr.io/zoneminder-containers/eventserver-base
}
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Docker login
run: |
docker login ${{ matrix.registry.url }} -u ${{ secrets[matrix.registry.username] }} -p ${{ secrets[matrix.registry.password] }}
Expand Down

0 comments on commit 3b97067

Please sign in to comment.