Skip to content

Commit

Permalink
ci: fix workflow to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 7, 2024
1 parent 5bcbb5d commit 051f270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
push:
branches: ["main"]
tags: ["v*"]
merge_group:

concurrency:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Docker

on:
workflow_run:
workflows: ["CI"]
types:
- completed
push:
tags: ["v*"]

env:
FORCE_COLOR: 3
Expand Down

0 comments on commit 051f270

Please sign in to comment.