8000 Update dependency setuptools to v80.6.0 · lettuce-financial/github-bot-signed-commit@6fcd71f · GitHub
[go: up one dir, main page]

Skip to content

Update dependency setuptools to v80.6.0 #395

Update dependency setuptools to v80.6.0

Update dependency setuptools to v80.6.0 #395

Workflow file for this run

name: Verify
on:
pull_request:
jobs:
verify:
name: Success
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
- name: Build container image
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
with:
context: .
file: Dockerfile
load: true
provenance: false
push: false
tags: github-bot-signed-commit:${{ github.sha }}
target: verify
- name: Verify container image
shell: bash
run: |
docker run --rm github-bot-signed-commit:${{ github.sha }}
0