Skip to content

chore: fix pyproject.toml version number #2

chore: fix pyproject.toml version number

chore: fix pyproject.toml version number #2

Workflow file for this run

name: Test build the base container image
on:
push:
branches:
- main
- dev
paths:
- Payload_Type/thanatos/**
pull_request:
branches:
- main
- dev
paths:
- Payload_Type/thanatos/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build the base container image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build the container image
uses: docker/build-push-action@v5
with:
context: Payload_Type/thanatos
tags: testing
push: false