Skip to content

build(deps): bump python from 3.12-slim to 3.13-slim #40

build(deps): bump python from 3.12-slim to 3.13-slim

build(deps): bump python from 3.12-slim to 3.13-slim #40

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
name: build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false
platforms: linux/amd64
tags: shadowmere:${{ github.sha }}