Skip to content

Commit

Permalink
Add docker-release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
buu-nguyen committed Nov 27, 2024
1 parent 2c13a71 commit 5865176
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Release Docker Image

on:
workflow_dispatch: # for manual testing
push:
# Publish semver tags as releases:
tags: ["v*.*.*"]

jobs:
call-docker-release:
uses: thealtoclef/modular-automations/.github/workflows/docker-release-forked-repo.yaml@main

0 comments on commit 5865176

Please sign in to comment.