Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump isbang/compose-action from 2.0.2 to 2.1.0 #671

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ref: ${{ inputs.umbrella_branch }}

- name: Deploy RSTUF with Worker container from source code
uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e
uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2
with:
compose-file: ${{ inputs.docker_compose }}
env:
Expand All @@ -93,7 +93,7 @@ jobs:
ref: ${{ inputs.umbrella_branch }}

- name: Deploy RSTUF with Worker container from source code
uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e
uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2
with:
compose-file: ${{ inputs.docker_compose }}
env:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
ref: ${{ inputs.umbrella_branch }}

- name: Deploy RSTUF with Worker container from source code
uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e
uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2
with:
compose-file: ${{ inputs.docker_compose }}
env:
Expand Down
Loading