Skip to content

Commit

Permalink
[docker] chore: Separate push action on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jan 28, 2024
1 parent b20703b commit e9cb409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: React Component Tests
name: Docker Push

on:
push:
tags:
- "fe.*.*" # Trigger on any tag creation
- "fe/*.*" # Trigger on any tag creation
defaults:
run:
working-directory: ./frontend
Expand Down

0 comments on commit e9cb409

Please sign in to comment.