Skip to content

Commit

Permalink
cd: fix build tag image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Dec 26, 2023
1 parent 024d61a commit 1ff8093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
build-tag-image:
runs-on: ubuntu-latest
Expand All @@ -15,4 +16,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true
dockerfile: deploy/Dockerfile.DEBUG-CODE
dockerfile: deploy/Dockerfile.CODE

0 comments on commit 1ff8093

Please sign in to comment.