Skip to content

Commit 4a6d267

Browse files
author
Leonid Podolinskiy
authored
remove build argument from the pipeline (#34)
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 4a6d267

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/init_container.yaml

-3
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)