mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
Merge pull request #20 from LukeeeeBennett/patch-1
ci: release docker image on main branch
This commit is contained in:
commit
cc72f1e748
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: Publish Staging
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- cicd
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Push Docker image to GitHub Packages
|
name: Push Docker image to GitHub Packages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue