Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
Deploy:
name: Deploy using Docker
needs: [Publish]
uses: bitomic/utilities/.github/workflows/docker-deploy.yml@43040b5429c539c4a000f2baa752d45eb5dfae7c
uses: bitomic/utilities/.github/workflows/docker-deploy.yml@f697a9da1a137cbdb6e716a71305813c27b6fbe8
secrets:
DOCKER_NETWORK: "${{ secrets.DOCKER_NETWORK }}"
DOPPLER_TOKEN: "${{ secrets.DOPPLER_TOKEN }}"
Expand Down