Skip to content

Commit

Permalink
fixed comand layout
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialR3ido101 committed Feb 29, 2024
1 parent f7ae3af commit 50376e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Build server runtime with compiled binaries
run: |
podman build -t ghcr.io/${{ github.repository }}/domain-server-builder:latest -f ./Dockerfile.build .
podman build -t ghcr.io/${{ github.repository }}/domain-server:latest -f ./Dockerfile.runtime .
podman push ghcr.io/${{ github.repository }}/domain-server-builder:latest
podman build -t ghcr.io/${{ github.repository }}/domain-server:latest -f ./Dockerfile.runtime .
podman push ghcr.io/${{ github.repository }}/domain-server:latest

0 comments on commit 50376e7

Please sign in to comment.