We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c8bd6 commit ea31a46Copy full SHA for ea31a46
.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@51ad9007d86f899fefb78142ef2b9864ddf00aaa
+ uses: bitomic/utilities/.github/workflows/docker-deploy.yml@068f915b0d6e8fcf8cc78213b2fe8b12c53dd75a
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@51ad9007d86f899fefb78142ef2b9864ddf00aaa
+ uses: bitomic/utilities/.github/workflows/node.js.yml@068f915b0d6e8fcf8cc78213b2fe8b12c53dd75a
0 commit comments