Skip to content

Commit

Permalink
chore(ci): add digest for runtime-init image (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal authored Jan 5, 2024
1 parent db10359 commit edadb44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerize-runtime-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
id: docker-build
uses: docker/build-push-action@v3
with:
context: ./runtimes/nodejs
Expand All @@ -173,6 +174,7 @@ jobs:
```
${{ steps.meta.outputs.tags }}
```
digest: `${{ steps.docker-build.outputs.digest }}`
# trigger-workflow-e2e:
# needs: [dockerize-main-image]
Expand Down

0 comments on commit edadb44

Please sign in to comment.