Skip to content

Commit

Permalink
🔧 ci: temporally trigger docker build on main
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 6, 2023
1 parent e7fd5d5 commit 6faa53d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Publish Docker Image

on:
workflow_dispatch:
release:
types: [published]
push:
branches:
- main
# workflow_dispatch:
# release:
# types: [published]

jobs:
push_to_registry:
Expand Down

0 comments on commit 6faa53d

Please sign in to comment.