Skip to content

Commit

Permalink
create ci base image
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jan 7, 2022
1 parent 6675e93 commit 3f014a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
build_ci_base_docker_image:
needs: prepare
runs-on: ubuntu-20.04-xl
if: ${{ needs.prepare.outputs.base-image-changes == 'true' || github.event_name == 'create' }}
# if: ${{ needs.prepare.outputs.base-image-changes == 'true' || github.event_name == 'create' }}
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}_build_environment
Expand Down

0 comments on commit 3f014a2

Please sign in to comment.