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 56390ec commit 96be814Copy full SHA for 96be814
.github/workflows/continuous-delivery.yml
@@ -74,7 +74,7 @@ jobs:
74
Deploy:
75
name: Deploy using Docker
76
needs: [Publish]
77
- uses: bitomic/utilities/.github/workflows/docker-deploy.yml@9810659c89c11f54378292969a3834af76ab7d17
+ uses: bitomic/utilities/.github/workflows/docker-deploy.yml@c52f9969ed265f47e283a2b6f35c85ea24cfef14
78
secrets:
79
DOCKER_NETWORK: "${{ secrets.DOCKER_NETWORK }}"
80
DOPPLER_TOKEN: "${{ secrets.DOPPLER_TOKEN }}"
.github/workflows/node.js.yml
@@ -8,4 +8,4 @@ on:
8
9
jobs:
10
build:
11
- uses: bitomic/utilities/.github/workflows/node.js.yml@9810659c89c11f54378292969a3834af76ab7d17
+ uses: bitomic/utilities/.github/workflows/node.js.yml@c52f9969ed265f47e283a2b6f35c85ea24cfef14
0 commit comments