Skip to content

Commit

Permalink
fix: docker push image
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras committed Nov 26, 2024
1 parent f119858 commit 2a6ff53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: .
context: platine-management-api
push: true
tags: |
inseefr/platine-management-back-office:${{ needs.get_version.outputs.version }}-rc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: .
context: platine-management-api
push: true
tags: |
inseefr/platine-management-back-office:${{ needs.get_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module>platine-management-api</module>
</modules>
<properties>
<revision>2.7.0</revision>
<revision>2.7.1</revision>
<changelist></changelist>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
Expand Down

0 comments on commit 2a6ff53

Please sign in to comment.