Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Fixes github actions for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cordeiro committed May 1, 2023
1 parent 531b3dd commit 4baadef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: redbaty/wasari:latest,redbaty/wasari:b-${{ github.run_number }}
file: Wasari/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 7.0.203
- name: Build Windows X64
run: dotnet publish --configuration Release --self-contained -r win-x64 -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:Version=1.0.${{ github.run_number }} -o build-win-x64 ./Wasari/Wasari.csproj
- name: Build Linux X64
Expand Down

0 comments on commit 4baadef

Please sign in to comment.