Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Aug 8, 2023
1 parent 898e6a0 commit ef86c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skaffold_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: |
echo hi
echo "K8S_DOCKEHUB_REPOSITORY=${{ secrets.K8S_DOCKEHUB_REPOSITORY }}"
echo "SKAFFOLD_DEFAULT_REPO=${{ SKAFFOLD_DEFAULT_REPO }}"
echo "SKAFFOLD_DEFAULT_REPO=$SKAFFOLD_DEFAULT_REPO"
# env:
# SKAFFOLD_DEFAULT_REPO: ${{ secrets.K8S_DOCKEHUB_REPOSITORY }}
- name: Login to Docker Hub
Expand Down

0 comments on commit ef86c3a

Please sign in to comment.