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 9906b94 commit 7f49e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
helm: version

- name: Build Docker images
uses: hiberbee/[email protected].0
uses: hiberbee/[email protected].1
with:
command: build
repository: ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Test Docker images
uses: hiberbee/[email protected].0
uses: hiberbee/[email protected].1
with:
command: test
images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/cms:latest,${{ secrets.DOCKER_REGISTRY }}/${{ env.APP_NAME }}/website:latest
Expand Down

0 comments on commit 7f49e84

Please sign in to comment.