Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

chore(deps-dev): bump tsx from 4.10.5 to 4.15.5 #490

chore(deps-dev): bump tsx from 4.10.5 to 4.15.5

chore(deps-dev): bump tsx from 4.10.5 to 4.15.5 #490

Workflow file for this run

name: Docker
on:
pull_request:
merge_group:
env:
PR_NUMBER: ${{ github.event.number }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the serlo-org-notifications-job image
uses: docker/build-push-action@v5
with:
push: false
load: true
file: ./Dockerfile
tags: serlo-org-notifications-job:PR-${{ env.PR_NUMBER }}
- name: Test for node in the ${{ matrix.image }} image
run: docker run --entrypoint='' --rm serlo-org-notifications-job:PR-${{ env.PR_NUMBER }} node --version