Skip to content

Commit

Permalink
test pushing on personal account
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Nov 22, 2023
1 parent 8557f4d commit 6923d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and publish the JVM-based Docker image
runs-on: ubuntu-22.04
env:
DOCKER_IMAGE_NAME: '${{ github.repository }}/jhipster-lite'
DOCKER_IMAGE_NAME: 'jdubois/jhipster-lite'

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and publish the native (GraalVM) Docker image
runs-on: ubuntu-22.04
env:
DOCKER_IMAGE_NAME: '${{ github.repository }}/jhipster-lite-native'
DOCKER_IMAGE_NAME: 'jdubois/jhipster-lite-native'

steps:
- name: Checkout code
Expand Down

0 comments on commit 6923d11

Please sign in to comment.