Skip to content

Commit

Permalink
Merge pull request #143 from eliasnogueira/docker
Browse files Browse the repository at this point in the history
fix: docker image
  • Loading branch information
eliasnogueira authored Apr 1, 2024
2 parents fa707e8 + aa64b47 commit 182acbf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,15 @@ jobs:
${{ runner.os }}-maven-
- name: Build
run: mvn clean compile --file pom.xml
run: mvn clean compile

- name: Test
run: mvn test --file pom.xml

- name: Removing -SNAPSHOT
run: mvn versions:set -DremoveSnapshot
run: mvn test

- name: Publish artifact on GitHub Packages
run: mvn deploy -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Docker image
uses: MathieuSoysal/jib-container-publish.yml@v2.1.5
with:
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: mvn compile jib:build
4 changes: 2 additions & 2 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-maven-
- name: Build
run: mvn clean compile --file pom.xml
run: mvn clean compile

- name: Test
run: mvn test --file pom.xml
run: mvn test --file
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.13.1] - 31-03-2024
## [1.13.1] - 01-04-2024

### Changed

- Change action to publish docker image

## [1.13.1] - 01-04-2024

### Added

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.eliasogueira.credit</groupId>
<artifactId>combined-credit-api</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2</version>

<distributionManagement>
<repository>
Expand Down

0 comments on commit 182acbf

Please sign in to comment.