Skip to content

Commit

Permalink
updating tag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent 0ce6879 commit 3f2a453
Showing 1 changed file with 1 addition 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 @@ -51,7 +51,7 @@ jobs:
tags: |
type=ref,event=push,pattern=develop,format=latest,group=push
type=ref,event=pull_request,format=pr{{ event.number }},group=pull_request
type=ref,event=workflow_dispatch,format=manual-${{ github.run_number }},group=workflow_dispatch
type=raw,event=workflow_dispatch,format=manual-${{ github.run_number }},group=workflow_dispatch
- name: "build and push images"
uses: docker/build-push-action@v6.7.0
Expand Down

0 comments on commit 3f2a453

Please sign in to comment.