We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00fd19 commit 5b3ba55Copy full SHA for 5b3ba55
.github/workflows/docker-publish.yml
@@ -14,11 +14,15 @@ jobs:
14
with:
15
dotnet-version: '3.1.x'
16
17
+ - name: Install dependencies
18
+ run: dotnet add package Newtonsoft.Json --version 12.0.1
19
+
20
- uses: microsoft/variable-substitution@v1
21
22
files: 'appsettings.json'
23
env:
- ConnectionString: ${{ secrets.DATABASE_CONNECTION }}
24
+ PackageApiUrl: "${{ secrets.PAKKET_URL }}"
25
+ LocationApiUrl: "${{ secrets.LOCATIE_URL }}"
26
27
- name: Push to Docker Hub
28
uses: docker/build-push-action@v1
@@ -34,4 +38,4 @@ jobs:
34
38
password: ${{ secrets.GITHUB_TOKEN }}
35
39
registry: docker.pkg.github.com
36
40
repository: fipost/api-gateway/api-gateway
37
- tag_with_ref: true
41
+ tag_with_ref: true
0 commit comments