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 39821fe commit 0f3df51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kubectl-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
with:
images: ${{ env.DOCKER_HUB_REPO }}
tags: |
type=ref,event=push,pattern=develop,format=latest,group=push
type=ref,event=pull_request,format=pr{{ event.number }},group=pull_request
type=raw,event=workflow_dispatch,format=manual-${{ github.run_number }},group=workflow_dispatch
type=ref,event=branch,pattern=develop,format=develop
type=ref,event=pull_request,format=pr{{ event.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
@@ -0,0 +1 @@
Tue Sep 24 17:46:28 NZST 2024

0 comments on commit 0f3df51

Please sign in to comment.