Skip to content

Commit

Permalink
use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Oct 14, 2024
1 parent c273fd3 commit 290a98e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
kennyd3d/hello-world-app:${{ steps.prepare.outputs.sha_short }}
kennyd3d/hello-world-app:dev
# deploy:
# needs: build
# uses: kennyd3d/argo-demo/.github/workflows/deploy.yml
# with:
# namespace: "dev"
# image: "kennyd3d/hello-world-app:${{ needs.build.outputs.sha_short }}"
# secrets:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
deploy:
needs: build
uses: kennyd3d/argo-demo/.github/workflows/deploy.yml
with:
namespace: "dev"
image: "kennyd3d/hello-world-app:${{ needs.build.outputs.sha_short }}"
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 290a98e

Please sign in to comment.