Skip to content

Update docker-image.yml #13

Update docker-image.yml

Update docker-image.yml #13

Workflow file for this run

name: Docker Image CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file ./.devcontainer/Dockerfile --tag shift2sdv:$(date +%s) --target dev
- name: Check images
run: |
docker images