We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1714c commit ac6fd74Copy full SHA for ac6fd74
.github/workflows/branch.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build & Publish to Docker Hub
46
run: |
47
- make publish TAG=edge USER=registry.docker.com/openwisp || (docker-compose logs && exit 1)
+ make publish TAG=edge USER=docker.io/openwisp
48
env:
49
SELENIUM_HEADLESS: 1
50
0 commit comments