Skip to content

Bump the dev-dependencies group with 10 updates #312

Bump the dev-dependencies group with 10 updates

Bump the dev-dependencies group with 10 updates #312

Workflow file for this run

name: Docker Image Build Test
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)