File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
- name : Login to DockerHub
46
46
uses : docker/login-action@v3
47
47
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 }}
51
51
52
52
- name : Compile check for rabbitmq
53
53
run : |
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Abstract Machines
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- MG_DOCKER_IMAGE_NAME_PREFIX ?= magistrala
4
+ MG_DOCKER_IMAGE_NAME_PREFIX ?= ghcr.io/absmach/ magistrala
5
5
BUILD_DIR = build
6
6
SERVICES = auth users things http coap ws postgres-writer postgres-reader timescale-writer \
7
7
timescale-reader cli bootstrap mqtt provision certs invitations journal
You can’t perform that action at this time.
0 commit comments