Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 1ff8093

Browse files
committed
cd: fix build tag image
1 parent 024d61a commit 1ff8093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- "*"
6+
workflow_dispatch:
67
jobs:
78
build-tag-image:
89
runs-on: ubuntu-latest
@@ -15,4 +16,4 @@ jobs:
1516
username: ${{ secrets.DOCKER_USERNAME }}
1617
password: ${{ secrets.DOCKER_PASSWORD }}
1718
tag_names: true
18-
dockerfile: deploy/Dockerfile.DEBUG-CODE
19+
dockerfile: deploy/Dockerfile.CODE

0 commit comments

Comments
 (0)