Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jun 27, 2024
1 parent 161ce9a commit 70a87b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: docker push georchestra/gateway:latest

- name: "Push tagged image to docker.io"
if: github.ref != 'refs/heads/main' && github.repository == 'georchestra/georchestra-gateway'
if: github.ref_type == 'tag' && github.ref != 'refs/heads/main' && github.repository == 'georchestra/georchestra-gateway'
run: docker push georchestra/gateway:${{ steps.version.outputs.VERSION }}

- name: "Update Gateway Docker Hub Description"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<module>gateway</module>
</modules>
<properties>
<revision>23.1-SNAPSHOT</revision>
<georchestra.version>${project.version}</georchestra.version>
<revision>1.0.0</revision>
<georchestra.version>24.0.0</georchestra.version>
<spring-cloud.version>2021.0.7</spring-cloud.version>
<formatter-maven-plugin.version>2.10.0</formatter-maven-plugin.version>
<fmt.skip>false</fmt.skip>
Expand Down

0 comments on commit 70a87b0

Please sign in to comment.