Skip to content

Commit 9d97f9a

Browse files
committed
activate push
Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
1 parent d295146 commit 9d97f9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: Push to GitHub Packages
8181
uses: docker/build-push-action@v2
8282
with:
83+
push: true
8384
context: ./artifacts
8485
tags: ${{ steps.prep.outputs.tags }}
8586
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.1</Version>
4+
<Version>0.2.2</Version>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)