Skip to content

Commit

Permalink
wip: any tag will trigger the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyama341 committed Sep 23, 2024
1 parent d6ac71e commit 238ac2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_aws_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Docker image on tag
on:
push:
tags:
- "v*" # This triggers the workflow when a Git tag starting with 'v' is pushed
- "*"

jobs:
build-and-push:
Expand Down

0 comments on commit 238ac2a

Please sign in to comment.