Skip to content

Commit

Permalink
Remove duplicated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 25, 2024
1 parent 54d3bce commit f1dde24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev build and publish Docker distributions to Github Container Registry ghcr.io
name: Dev build and publish Docker and Sonatype distributions

on:
push:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/dev-java-publish-sonatype-and-docker.yml

This file was deleted.

4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM gradle:8.7-jdk11 AS build
ARG release_version
ARG vcs_url
COPY ./ .
RUN gradle --no-daemon clean build dockerPrepare \
-Prelease_version=${release_version} \
-Pvcs_url=${vcs_url}
-Prelease_version=${release_version}

FROM adoptopenjdk/openjdk11:alpine
WORKDIR /home
Expand Down

0 comments on commit f1dde24

Please sign in to comment.