Skip to content

Commit 1b470a2

Browse files
author
Leonid Podolinskiy
authored
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
1 parent 883d388 commit 1b470a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/init_container.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
]
4141
runs-on: ubuntu-latest
4242
name: Build and push Docker image
43-
env:
44-
base_image_tag: alpine-3.20.0
4543
steps:
4644
- name: Set release tag
4745
shell: bash
@@ -121,7 +119,6 @@ jobs:
121119
tags: ${{steps.set_docker_tags.outputs.DOCKER_TAGS}}
122120
build-args: |
123121
FILE=${{ matrix.agents.file }}
124-
base_image_tag=${{ env.base_image_tag }}
125122
126123
- name: Slack Notification
127124
if: always()

0 commit comments

Comments
 (0)