Skip to content

Commit

Permalink
Release 0.0.5.2
Browse files Browse the repository at this point in the history
LocationURL fix
  • Loading branch information
ShadyDL committed Apr 16, 2021
1 parent 9824059 commit 643eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
files: 'appsettings.json'
env:
PackageApiUrl: "${{ secrets.PAKKET_URL }}"
LocationApiUrl: "${{ secrets.LOCATIE_URL }}"
LocationApiUrl: "${{ secrets.LOCATION_URL }}"

- name: Push to Docker Hub
uses: docker/build-push-action@v1
Expand Down

0 comments on commit 643eaaa

Please sign in to comment.