Skip to content

Commit

Permalink
[TEST] pull never
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed May 31, 2024
1 parent d9bdf4b commit 955965a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
containerfiles: Dockerfile.base
tags: ${{ steps.meta_base.outputs.tags }}
labels: ${{ steps.meta_base.outputs.labels }}
extra-args: |
--pull-never
- name: Build CI image
uses: redhat-actions/buildah-build@v2
Expand All @@ -132,6 +134,8 @@ jobs:
labels: ${{ steps.meta_ci.outputs.labels }}
build-args: |
BASE_IMAGE=${{ env.GHCR_BASE }}/${{ env.BASE_IMAGE_NAME }}:${{ steps.meta_base.outputs.version }}
extra-args: |
--pull-never
- name: Build Developer image
uses: redhat-actions/buildah-build@v2
Expand All @@ -142,6 +146,8 @@ jobs:
labels: ${{ steps.meta_developer.outputs.labels }}
build-args: |
BASE_IMAGE=${{ env.GHCR_BASE }}/${{ env.CI_IMAGE_NAME }}:${{ steps.meta_ci.outputs.version }}
extra-args: |
--pull-never
- name: Push base image
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 955965a

Please sign in to comment.