Skip to content

Commit ac6fd74

Browse files
committed
[ci] Fixed publishing images to Docker Hub
1 parent bf1714c commit ac6fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build & Publish to Docker Hub
4646
run: |
47-
make publish TAG=edge USER=registry.docker.com/openwisp || (docker-compose logs && exit 1)
47+
make publish TAG=edge USER=docker.io/openwisp
4848
env:
4949
SELENIUM_HEADLESS: 1
5050

0 commit comments

Comments
 (0)