Bump actions/checkout from 4.2.1 to 4.2.2 #208
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test build docker | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
name: Build Docker image with pyziomki's dependencies | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Build doctools docker image | |
uses: docker/build-push-action@v6 | |
with: | |
context: . | |
push: false | |
file: Dockerfile.doctools | |
- name: Build Releasetools docker image | |
uses: docker/build-push-action@v6 | |
with: | |
context: . | |
push: false | |
file: Dockerfile.releasetools |