Skip to content

Bump tqdm from 4.66.2 to 4.66.3 in the pip group across 1 directory #7

Bump tqdm from 4.66.2 to 4.66.3 in the pip group across 1 directory

Bump tqdm from 4.66.2 to 4.66.3 in the pip group across 1 directory #7

Workflow file for this run

name: 'Building Checking 🚀'
on:
pull_request:
branches:
- 'main'
jobs:
check_building:
name: 'Check building🐳'
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Check repository
uses: actions/checkout@v4
- name: Build Docker image
if: startsWith(github.ref, 'refs/tags/') != true && success()
run: |
docker build -t ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.IMAGE_NAME }}:${GITHUB_SHA::7} .