Skip to content

chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 #37

chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0

chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 #37

name: Build docker images
on:
push:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.ref, 'refs/tags/') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false
cache-from: type=gha
cache-to: type=gha,mode=max