Skip to content

Commit

Permalink
Don't clone again
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 8, 2024
1 parent 3c95214 commit 8c0f4b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/build_container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ inputs:
runs:
using: composite
steps:
- name: clone repo
uses: actions/checkout@v4
- name: create builder
shell: bash
run: |-
echo "Creating ${{ inputs.BUILD_PATH }}"
echo "Building container in ${{ inputs.BUILD_PATH }}"
set -x
apt install -y awscli buildah podman
apt-get install -y awscli buildah podman
export STORAGE_DRIVER=vfs # allows to build inside containers without additional mounts
export BUILDAH_FORMAT=docker # enables ONBUILD instructions which are not OCI compatible
export REGISTRY_IMAGE_TAG=latest # for now
Expand Down

0 comments on commit 8c0f4b5

Please sign in to comment.