Skip to content

Commit

Permalink
Merge pull request #144 from eliasnogueira/fix-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 182acbf + 5f7dd8d commit ea78274
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Docker image
run: mvn compile jib:build
run: |
mvn compile jib:build \
-Djib.to.auth.username=${{ github.actor }} \
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: mvn clean compile

- name: Test
run: mvn test --file
run: mvn test
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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] - 01-04-2024
## [1.13.2 - 1.13.3] - 01-04-2024

### Changed

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.2</version>
<version>1.13.3</version>

<distributionManagement>
<repository>
Expand Down

0 comments on commit ea78274

Please sign in to comment.