mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
13
.github/workflows/docker-publish.yml
vendored
13
.github/workflows/docker-publish.yml
vendored
@@ -4,16 +4,15 @@ on:
|
|||||||
types: [published]
|
types: [published]
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GitHub Packages
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Push to GitHub Packages
|
- name: Push to Docker Hub
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
registry: docker.pkg.github.com
|
repository: beyondcodegmbh/expose-server
|
||||||
repository: beyondcode/expose/expose-server
|
tag_with_ref: true
|
||||||
tag_with_ref: true
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
expose:
|
expose:
|
||||||
image: docker.pkg.github.com/beyondcode/expose/expose-server:latest
|
image: beyondcodegmbh/expose-server:latest
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:${PORT}
|
- 127.0.0.1:8080:${PORT}
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user