Skip to content

Commit

Permalink
v16.22.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Aug 5, 2024
1 parent b7e3676 commit 8634498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
# Build
docker build \
-t schemacrawler/schemacrawler-webapp:v16.21.2.1 \
-t schemacrawler/schemacrawler-webapp:v16.22.2.3 \
-t schemacrawler/schemacrawler-webapp:latest \
.
Expand All @@ -70,7 +70,7 @@ jobs:
docker.io/schemacrawler/schemacrawler-webapp:${{ github.sha }}
docker tag \
schemacrawler/schemacrawler-webapp \
docker.io/schemacrawler/schemacrawler-webapp:v16.21.2.1
docker.io/schemacrawler/schemacrawler-webapp:v16.22.2.3
docker tag \
schemacrawler/schemacrawler-webapp \
docker.io/schemacrawler/schemacrawler-webapp:latest
Expand Down Expand Up @@ -100,6 +100,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./target/schemacrawler-webapp-16.21.2.1.jar
asset_name: schemacrawler-webapp-16.21.2.1.jar
asset_path: ./target/schemacrawler-webapp-16.22.2.3.jar
asset_name: schemacrawler-webapp-16.22.2.3.jar
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
FROM eclipse-temurin:21-jdk-alpine

ARG SCHEMACRAWLER_VERSION=16.22.2
ARG SCHEMACRAWLER_WEBAPP_VERSION=16.22.2.2
ARG SCHEMACRAWLER_WEBAPP_VERSION=16.22.2.3

LABEL \
"maintainer"="Sualeh Fatehi <sualeh@hotmail.com>" \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-webapp</artifactId>
<version>16.22.2.2</version>
<version>16.22.2.3</version>
<packaging>jar</packaging>

<name>SchemaCrawler Web Application</name>
Expand Down

0 comments on commit 8634498

Please sign in to comment.