Skip to content

Commit

Permalink
use different image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwattro committed Aug 27, 2024
1 parent e287f3d commit 46edc31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:

- name: Build and tag Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/my-spring-app:${{ env.VERSION }} .
docker build -t ${{ secrets.DOCKER_USERNAME }}/cypher-tools:${{ env.VERSION }} .
- name: Push Docker image to Docker Hub
run: |
docker push ${{ secrets.DOCKER_USERNAME }}/my-spring-app:${{ env.VERSION }}
docker push ${{ secrets.DOCKER_USERNAME }}/cypher-tools:${{ env.VERSION }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.ikwattro</groupId>
<artifactId>cypher-tools</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>cypher-schema-enforcer</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down

0 comments on commit 46edc31

Please sign in to comment.