Skip to content

Commit

Permalink
change docker hub namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 28, 2020
1 parent 0216948 commit a2bdf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: beyondcode/expose/expose-server
repository: beyondcodegmbh/expose/expose-server
tag_with_ref: true
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
expose:
image: lukepolo/expose-server:latest
image: beyondcodegmbh/expose-server:latest
ports:
- 127.0.0.1:8080:${PORT}
environment:
Expand Down

0 comments on commit a2bdf51

Please sign in to comment.