Skip to content

Commit

Permalink
feat: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Jul 25, 2024
1 parent f409cb4 commit a8e41f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish DockerHub image latest
name: Build and Publish DHI latest

env:
app: fuxa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_rc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BP Release Candidate
name: Build and Publish DHI RC

env:
app: fuxa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish DockerHub release
name: Build and Publish DHI release

env:
app: fuxa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_snap7.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish DockerHub image latest
name: Build and Publish DHI snap7

env:
app: fuxa
Expand Down

0 comments on commit a8e41f3

Please sign in to comment.