Skip to content

Commit

Permalink
Merge pull request #8 from terminalx-resonite/main
Browse files Browse the repository at this point in the history
Trigger
  • Loading branch information
ksuprynowicz authored Jul 3, 2024
2 parents 689ab95 + 6a8a709 commit c393db2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Build and Push Domain Server Images
on:
push:
branches:
- main
- testing
workflow_dispatch: # Add this line to enable manual triggering
jobs:
build-and-push:
runs-on:
Expand Down Expand Up @@ -38,8 +38,6 @@ jobs:
run: >
podman tag ghcr.io/${{ github.repository }}/domain-server:latest docker.io/${{ secrets.DOCKERHUB_USERNAME }}/domain-server:latest
podman push docker.io/${{ secrets.DOCKERHUB_USERNAME }}/domain-server:latest
- name: Clean up
run: >
podman system prune
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker environment for building Overte server
# Docker environment for building Overte server (Updated 02/07/2024)
FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runtime
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overte Server runtime image. domain-server-builder must be built first.
# Overte Server runtime image. domain-server-builder must be built first. (Updated 02/07/2024)
FROM ghcr.io/overte-org/overte-domain-server-docker/domain-server-builder:latest as build

LABEL maintainer="OfficialR3ido101 (https://github.com/OfficialR3ido101)"
Expand Down

0 comments on commit c393db2

Please sign in to comment.