Skip to content

Commit

Permalink
feat: added action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Jun 6, 2023
1 parent 0a73ff5 commit c71ad46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
tags:
- "dockerImage.v.*"
- "v*"
workflow_dispatch:

jobs:
test:
Expand Down Expand Up @@ -182,4 +183,4 @@ jobs:
value: ${{ env.DOCKER_IMAGE_TAG }}
custom-actions: |
- text: View CI
url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit c71ad46

Please sign in to comment.