Skip to content

Commit 5b3ba55

Browse files
authored
Update docker-publish.yml
1 parent a00fd19 commit 5b3ba55

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ jobs:
1414
with:
1515
dotnet-version: '3.1.x'
1616

17+
- name: Install dependencies
18+
run: dotnet add package Newtonsoft.Json --version 12.0.1
19+
1720
- uses: microsoft/variable-substitution@v1
1821
with:
1922
files: 'appsettings.json'
2023
env:
21-
ConnectionString: ${{ secrets.DATABASE_CONNECTION }}
24+
PackageApiUrl: "${{ secrets.PAKKET_URL }}"
25+
LocationApiUrl: "${{ secrets.LOCATIE_URL }}"
2226

2327
- name: Push to Docker Hub
2428
uses: docker/build-push-action@v1
@@ -34,4 +38,4 @@ jobs:
3438
password: ${{ secrets.GITHUB_TOKEN }}
3539
registry: docker.pkg.github.com
3640
repository: fipost/api-gateway/api-gateway
37-
tag_with_ref: true
41+
tag_with_ref: true

0 commit comments

Comments
 (0)