You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build & publish cdoc2-shares-server docker image to ghcr.io (#1)
* fix GH workflow deploy (deploy Maven and Docker images on release)
* fix cdoc2-shares-server-liquibase Docker building
* remove test dependency for cdoc2-client when building without tests (-Dmaven.test.skip=true)
---------
Co-authored-by: Mir Jalal Hashimli <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/docker-release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
name: Create and publish a Docker cdoc2-server-liquibase image
2
+
name: Create and publish a Docker cdoc2-shares-server-liquibase image
3
3
4
4
# Configures this workflow to run every time release is created
5
5
on:
@@ -9,7 +9,7 @@ on:
9
9
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
0 commit comments