Skip to content

Commit

Permalink
Force deply
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Mar 13, 2024
1 parent 6722060 commit 6ef72f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: Docker Image CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches:
- master

jobs:

build:

publish-docker-image:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ services:
ports:
- "${FORWARD_WEB_PORT:-80}:80" # Web port
- "4500-4550:4500-4550" # Ports used to attach viewers

0 comments on commit 6ef72f9

Please sign in to comment.