fix github packages config

This commit is contained in:
Marcel Pociot
2020-07-28 22:08:48 +02:00
parent 0945b1e66b
commit 1d5169af07
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: beyondcodegmbh/expose/expose-server
repository: beyondcode/expose/expose-server
tag_with_ref: true

View File

@@ -1,7 +1,7 @@
version: "3.7"
services:
expose:
image: beyondcodegmbh/expose-server:latest
image: docker.pkg.github.com/beyondcode/expose/expose-server:latest
ports:
- 127.0.0.1:8080:${PORT}
environment: