Skip to content

Commit

Permalink
Merge pull request #32 from kennyd3d/workflow-dropdown
Browse files Browse the repository at this point in the history
fix name
  • Loading branch information
kennyd3d authored Aug 23, 2024
2 parents c4a5b1d + 18f821a commit dd78b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
echo \"Retagging image tag to: ${{ github.event.release.name }}"
docker tag kennyd3d/${{ env.ARTIFACT_NAME }}:${{ env.SHORT_SHA }} kennyd3d/${{ env.ARTIFACT_NAME }}:${{ github.event.release.name }}
docker images
docker push kennyd3d/${{ env.ARTIFACT_NAME }}:${{ env.RELEASE_NAME }}
docker push kennyd3d/${{ env.ARTIFACT_NAME }}:${{ github.event.release.name}}
- name: Deploy to Stable k8
run: |
echo "Test to deploy to Stable k8 using image kennyd3d/${{ env.ARTIFACT_NAME }}:${{ env.RELEASE_NAME }}"
echo "Test to deploy to Stable k8 using image kennyd3d/${{ env.ARTIFACT_NAME }}:${{ github.event.release.name }}"
# Manually deploy the release given the release name
deploy_stable:
Expand Down

0 comments on commit dd78b0a

Please sign in to comment.