Skip to content

Commit

Permalink
fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Aug 2, 2024
1 parent e0fc59c commit 66945ef
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: Compose up
uses: konvenit/workflowator/.github/actions/compose@v8
uses: konvenit/workflowator/.github/actions/compose@v10
with:
application-name: ${{ inputs.application-name }}

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 @@ -56,7 +56,7 @@ jobs:
docker login -u ${{ secrets.dockerhub_user }} -p ${{ secrets.dockerhub_pass }}
- name: Compose up
uses: konvenit/workflowator/.github/actions/compose@v8
uses: konvenit/workflowator/.github/actions/compose@v10
with:
application-name: ${{ inputs.application-name }}

Expand Down

0 comments on commit 66945ef

Please sign in to comment.