We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c5d0c commit 0a81d37Copy full SHA for 0a81d37
.github/workflows/gradle.yml
@@ -81,11 +81,11 @@ jobs:
81
working-directory: ${{ matrix.dir }}-downloaded-artifacts
82
83
- name: Build Docker images
84
- run: docker build -t ghcr.io/javatodev/${{ matrix.dir }} .
+ run: docker build -t ghcr.io/JavatoDev-com/${{ matrix.dir }} .
85
86
87
- name: Log in to GitHub Container Registry
88
run: echo ${{ secrets.DOCKER_ACTION_TOKEN }} | docker login ghcr.io -u chinthaka-dinadasa --password-stdin
89
90
- name: Push Docker image to GitHub Container Registry
91
- run: docker push ghcr.io/javatodev/${{ matrix.dir }}
+ run: docker push ghcr.io/JavatoDev-com/${{ matrix.dir }}
0 commit comments