NOISSUE - Use GitHub registry instead of Docker Hub (#2)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2024-12-03 15:02:54 +01:00
committed by GitHub
parent e4004d043f
commit 74fffed91e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Compile check for rabbitmq
run: |