Skip to content

Docker Build Only

Docker Build Only #4

Workflow file for this run

name: Docker Build Only
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker image
run: docker build . -t test-image:latest