Skip to content

Commit

Permalink
Minor refactoring of variables
Browse files Browse the repository at this point in the history
This regards #4
  • Loading branch information
The0mikkel committed Aug 17, 2023
1 parent 6a68b4d commit 494cc01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
- name: deploy to cluster
uses: kodermax/kubectl-aws-eks@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBECONFIG }}
IMAGE_TAG: ${{inputs.workspace}}-${{ inputs.version }}
KUBE_CONFIG_DATA: ${{ secrets.KUBECONFIG }}
with:
args: set image deployment/${{inputs.workspace}} ${{inputs.workspace}}=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$IMAGE_TAG
args: set image deployment/${{inputs.workspace}} ${{inputs.workspace}}=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{inputs.workspace}}-${{ inputs.version }}
- name: verify deployment
uses: kodermax/kubectl-aws-eks@master
env:
Expand Down

0 comments on commit 494cc01

Please sign in to comment.