Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Dec 8, 2023
2 parents 32c1797 + 353bf61 commit a9dc8f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated with JReleaser 1.9.0 at 2023-12-08T17:21:38.144159535Z
# Generated with JReleaser 1.9.0 at 2023-12-08T17:32:32.198979691Z
FROM azul/zulu-openjdk-alpine:17-jre

LABEL "org.opencontainers.image.title"="ahdark-blog-releaser"
LABEL "org.opencontainers.image.description"="AHdark Blog Release Notification Service"
LABEL "org.opencontainers.image.url"="https://github.com/aH-dark/ahdark-blog-releaser"
LABEL "org.opencontainers.image.url"="https://github.com/AH-dark/ahdark-blog-releaser"
LABEL "org.opencontainers.image.licenses"="MIT"
LABEL "org.opencontainers.image.version"="1.0.2"
LABEL "org.opencontainers.image.revision"="780e1748ef16c2bf09a8025ccace4b6f414f623d"
LABEL "org.opencontainers.image.revision"="7c20f5b06492976da8bb9662bf1ed5c3ae54d86b"


COPY assembly/ /
Expand Down
2 changes: 1 addition & 1 deletion assembly/ahdark-blog-releaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Generated with JReleaser 1.9.0 at 2023-12-08T17:21:38.144159535Z
# Generated with JReleaser 1.9.0 at 2023-12-08T17:32:32.198979691Z

$JAVA_HOME/bin/java $JAVA_OPTS \
-jar /ahdark-blog-releaser-1.0.2/lib/ahdark-blog-releaser-all.jar \
Expand Down
Binary file modified assembly/ahdark-blog-releaser-all.jar
Binary file not shown.

0 comments on commit a9dc8f2

Please sign in to comment.