Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 13, 2025
1 parent 21fbfff commit 804b2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: src
path: ./src

- name: Build container
run: |
ls -al
dotnet publish ./src/BE/Chats.BE.csproj -c Release --os linux --arch x64 /t:PublishContainer /p:ContainerRepository=chats
- name: Tag container with run number
Expand Down Expand Up @@ -142,6 +142,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: src
path: ./src

- name: Build container
run: |
Expand Down Expand Up @@ -223,6 +224,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: src
path: ./src

- name: build binary
run: |
Expand Down

0 comments on commit 804b2cf

Please sign in to comment.