Skip to content

Commit

Permalink
Cannot find it? And now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsen7 committed Jul 24, 2023
1 parent 1657276 commit 2dcabd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compose_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker login -u ${{ secrets.dockerhub_user }} -p ${{ secrets.dockerhub_pass }}
- name: Set up the app container
uses: ./.github/workflows/compose.yml
uses: ./konvenit/workflowator/.github/workflows/compose.yml
with:
application-name: ${{ inputs.application-name }}
tag: ${{ inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
docker login -u ${{ secrets.dockerhub_user }} -p ${{ secrets.dockerhub_pass }}
- name: Start app containers
uses: ./.github/workflows/compose.yml
uses: konvenit/workflowator/.github/workflows/compose.yml
with:
application-name: ${{ inputs.application-name }}
tag: ${{ inputs.tag }}
Expand Down

0 comments on commit 2dcabd0

Please sign in to comment.