From 0d15e15dbb7455beccd6632947339ae3edc22c4b Mon Sep 17 00:00:00 2001 From: OfficialR3ido101 Date: Thu, 29 Feb 2024 19:24:59 +0000 Subject: [PATCH] removed uneeded line --- .github/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be47966..1f51aab 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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