Skip to content

Fix condition to determine if pod can fail to pull image later #66

Fix condition to determine if pod can fail to pull image later

Fix condition to determine if pod can fail to pull image later #66

Workflow file for this run

name: Test building container image
on:
pull_request:
jobs:
build-image:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: |
make docker-build