Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit e830d5f

Browse files
committed
fix: pin deploy workflow to v0.0.18
1 parent f5f7c0f commit e830d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: github.event_name == 'push'
9898
needs: [test, build]
9999
name: Deploy
100-
uses: wajeht/docker-cd-deploy-workflow/.github/workflows/deploy.yaml@main
100+
uses: wajeht/docker-cd-deploy-workflow/.github/workflows/deploy.yaml@v0.0.18
101101
with:
102102
app-path: apps/gains
103103
tag: ${{ needs.build.outputs.tag }}

0 commit comments

Comments
 (0)