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 4016ba9 commit e7973ddCopy full SHA for e7973dd
.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@5235495a509bd8c8b37a7642c575e5074ea2d2d0
+ uses: bitomic/utilities/.github/workflows/docker-deploy.yml@e41e1ed5c41ced637ad2fb57fd5561b8d2ed0d16
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@5235495a509bd8c8b37a7642c575e5074ea2d2d0
+ uses: bitomic/utilities/.github/workflows/node.js.yml@e41e1ed5c41ced637ad2fb57fd5561b8d2ed0d16
0 commit comments