Skip to content

Commit 78ab4d1

Browse files
committed
wip2
1 parent a6c8341 commit 78ab4d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
type=sha,format=short
4040
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'develop') }}
4141
42+
- name: Download joda-time-2.1.jar
43+
run: |
44+
cd ./install/docker/cws-image
45+
curl -O https://repo1.maven.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar
46+
4247
- name: Build and push Docker image
4348
uses: docker/build-push-action@v4
4449
with:

0 commit comments

Comments
 (0)