Skip to content

Bump actions/checkout from 5 to 6 #116

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #116

name: Build Docker Image
on: [push, pull_request]
jobs:
build-image:
name: Build Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build Docker Image
uses: docker/build-push-action@v6
with:
context: .
push: false