Skip to content

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #302

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #302

Workflow file for this run

name: "Containers: Node"
on:
merge_group: {}
push:
branches:
- main
paths:
- containers/node
- containers/node/*
- containers/node/**/*
- .github/workflows/container.yml
- .github/workflows/containers.node.yml
pull_request:
paths:
- containers/node
- containers/node/*
- containers/node/**/*
- .github/workflows/container.yml
- .github/workflows/containers.node.yml
permissions:
contents: read
jobs:
## Build Node Container
build-node-container:
name: "Node v21 Image"
uses: ./.github/workflows/container.hardened.yml
permissions:
actions: read
checks: write
id-token: write
contents: read
packages: write
pull-requests: write
with:
runner: ubuntu-latest
image: elide-dev/build-infra/node
path: containers/node