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 1712a58 commit 165afa5Copy full SHA for 165afa5
.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@b28866532a9825ee01e7803aa16d51c57d4d373d
+ uses: bitomic/utilities/.github/workflows/docker-deploy.yml@d936c80f4240e01773aab667a498af9c242fde67
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@b28866532a9825ee01e7803aa16d51c57d4d373d
+ uses: bitomic/utilities/.github/workflows/node.js.yml@d936c80f4240e01773aab667a498af9c242fde67
0 commit comments