Skip to content

Commit

Permalink
refactor: split images
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jan 10, 2025
1 parent fbe8c6c commit ae31373
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-nextcloud-janus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dockerfile: nextcloud/janus/Dockerfile
context: nextcloud/janus
tag: spreed:janus-${{ vars.SPREED_JANUS_VERSION }}
tag: nextcloud-janus:${{ vars.SPREED_JANUS_VERSION }}
args: |
JANUS_VERSION=${{ vars.SPREED_JANUS_VERSION }}
labels: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-nextcloud-push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
dockerfile: nextcloud/push-server/Dockerfile
context: nextcloud/push-server
tag: spreed:push-${{ vars.SPREED_PUSH_VERSION }}
tag: nextcloud-push-server:${{ vars.SPREED_PUSH_VERSION }}
args: |
PLATFORM=${{ matrix.platform.push }}
PUSH_VERSION=${{ vars.SPREED_PUSH_VERSION }}
Expand Down

0 comments on commit ae31373

Please sign in to comment.