Skip to content

Commit d295146

Browse files
committed
Fix image pushing
Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
1 parent 3f57930 commit d295146

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dotnet.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
- name: Push to GitHub Packages
8181
uses: docker/build-push-action@v2
8282
with:
83-
push: ${{ github.event_name == 'release' }}
8483
context: ./artifacts
8584
tags: ${{ steps.prep.outputs.tags }}
8685
labels: |

src/SampleExchangeApi.Console/SampleExchangeApi.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<Version>0.2.0</Version>
4+
<Version>0.2.1</Version>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)