Skip to content

Commit

Permalink
chore(deps): update zerogachis/.github action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
smartway-bot[bot] authored Nov 6, 2024
1 parent 97e1e49 commit 1e5b946
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pullrequest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: ZeroGachis/.github/.github/workflows/build-image.yml@v1
uses: ZeroGachis/.github/.github/workflows/build-image.yml@v3
with:
image_name: nurse
dockerfile_context: .
Expand All @@ -23,7 +23,7 @@ jobs:
[
build,
]
uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v1
uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v3
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
Expand All @@ -36,7 +36,7 @@ jobs:
[
build,
]
uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v1
uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v3
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
Expand All @@ -53,7 +53,7 @@ jobs:
unit-tests,
static-metrics,
]
uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v1
uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v3
with:
image_name: nurse
image_version: ${{ needs.build.outputs.image-version }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
uses: ZeroGachis/.github/.github/workflows/build-image.yml@v1
uses: ZeroGachis/.github/.github/workflows/build-image.yml@v3
with:
image_name: nurse
dockerfile_context: .
Expand All @@ -21,7 +21,7 @@ jobs:
[
build,
]
uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v1
uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v3
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
Expand All @@ -34,7 +34,7 @@ jobs:
[
build,
]
uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v1
uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v3
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
Expand All @@ -50,7 +50,7 @@ jobs:
unit-tests,
static-metrics,
]
uses: ZeroGachis/.github/.github/workflows/push-pypi.yml@v1
uses: ZeroGachis/.github/.github/workflows/push-pypi.yml@v3
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
Expand All @@ -64,7 +64,7 @@ jobs:
unit-tests,
static-metrics,
]
uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v1
uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v3
with:
image_name: nurse
image_version: ${{ needs.build.outputs.image-version }}
Expand Down

0 comments on commit 1e5b946

Please sign in to comment.