We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c55bc9 commit 141d121Copy full SHA for 141d121
.github/workflows/cd.yml
@@ -1,4 +1,4 @@
1
-name: Docker Image CD
+name: CD
2
3
on:
4
# 输入version
.github/workflows/ci.yml
-name: Docker Image CI
+name: CI
push:
@@ -21,7 +21,7 @@ jobs:
21
apps: sbt bloop sbtn
22
23
- name: Run SBT stage
24
- run: sbt clean stage
+ run: sbt stage
25
26
# - name: Log in to the GitHub Container Registry
27
# uses: docker/login-action@v3
0 commit comments