diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b4783434..263da20c 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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 }}"