Skip to content

feat(Dependencies): Update actions/checkout action to v4 #200

feat(Dependencies): Update actions/checkout action to v4

feat(Dependencies): Update actions/checkout action to v4 #200

Workflow file for this run

name: build-image
on: pull_request
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Workflow run cleanup action
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Build with retry
uses: Wandalen/[email protected]
with:
command: docker build --no-cache .
attempt_limit: 3
attempt_delay: 5000