Skip to content

Commit

Permalink
[ci] Fixed publishing images to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 22, 2024
1 parent bf1714c commit ac6fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

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

Expand Down

0 comments on commit ac6fd74

Please sign in to comment.