We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab449d2 commit dc556e9Copy full SHA for dc556e9
.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@48560b8b58d846c35a088f4424353b4242636e4f
+ uses: bitomic/utilities/.github/workflows/docker-deploy.yml@489fa4ff67c51d238a94bbadba3a663f36e1e6aa
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@48560b8b58d846c35a088f4424353b4242636e4f
+ uses: bitomic/utilities/.github/workflows/node.js.yml@489fa4ff67c51d238a94bbadba3a663f36e1e6aa
0 commit comments