Skip to content

Commit

Permalink
update: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Jul 27, 2022
1 parent 7f49e84 commit 9ca8f44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Pull Docker images
run: |
docker pull ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/cms:latest
docker pull ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/website:latest
- name: Test Docker images
uses: hiberbee/[email protected]
with:
Expand Down

0 comments on commit 9ca8f44

Please sign in to comment.