Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent 0f3df51 commit c176cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
images: ${{ env.DOCKER_HUB_REPO }}
tags: |
type=ref,event=branch,pattern=develop,format=develop
type=ref,event=pull_request,format=pr{{ event.number }}
type=ref,event=pull_request,format=pr${GITHUB_PR_NUMBER}
- name: "build and push images"
uses: docker/build-push-action@v6.7.0
Expand Down
1 change: 1 addition & 0 deletions kubectl-shell/testfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Tue Sep 24 17:46:28 NZST 2024
Tue Sep 24 17:49:04 NZST 2024

0 comments on commit c176cc4

Please sign in to comment.