From 1b470a217ebd254963517c54cb55e6410685d77e Mon Sep 17 00:00:00 2001 From: Leonid Podolinskiy Date: Thu, 10 Oct 2024 09:12:27 +0300 Subject: [PATCH] remove build argument from the pipeline remove build argument of the base image from the pipeline, so that it will be managed from withing the Dcoekrfile as in other places --- .github/workflows/init_container.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/init_container.yaml b/.github/workflows/init_container.yaml index 87320e3..cf79e92 100644 --- a/.github/workflows/init_container.yaml +++ b/.github/workflows/init_container.yaml @@ -40,8 +40,6 @@ jobs: ] runs-on: ubuntu-latest name: Build and push Docker image - env: - base_image_tag: alpine-3.20.0 steps: - name: Set release tag shell: bash @@ -121,7 +119,6 @@ jobs: tags: ${{steps.set_docker_tags.outputs.DOCKER_TAGS}} build-args: | FILE=${{ matrix.agents.file }} - base_image_tag=${{ env.base_image_tag }} - name: Slack Notification if: always()