Skip to content

Commit 74fffed

Browse files
authored
NOISSUE - Use GitHub registry instead of Docker Hub (#2)
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
1 parent e4004d0 commit 74fffed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Login to DockerHub
4646
uses: docker/login-action@v3
4747
with:
48-
registry: docker.io
49-
username: ${{ secrets.DOCKER_USERNAME }}
50-
password: ${{ secrets.DOCKER_TOKEN }}
48+
registry: ghcr.io
49+
username: ${{ github.actor }}
50+
password: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Compile check for rabbitmq
5353
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Abstract Machines
22
# SPDX-License-Identifier: Apache-2.0
33

4-
MG_DOCKER_IMAGE_NAME_PREFIX ?= magistrala
4+
MG_DOCKER_IMAGE_NAME_PREFIX ?= ghcr.io/absmach/magistrala
55
BUILD_DIR = build
66
SERVICES = auth users things http coap ws postgres-writer postgres-reader timescale-writer \
77
timescale-reader cli bootstrap mqtt provision certs invitations journal

0 commit comments

Comments
 (0)