Skip to content

Commit

Permalink
removed uneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialR3ido101 committed Feb 29, 2024
1 parent 1bae860 commit 0d15e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- 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-builder:latest -f ./Dockerfile.build .
podman push ghcr.io/${{ github.repository }}/domain-server-builder:latest
Expand Down

0 comments on commit 0d15e15

Please # to comment.