Skip to content

Commit 4389fb3

Browse files
committed
Temporarily tag it with 0.9 and push, since cannot be manually triggered yet
1 parent 8844991 commit 4389fb3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/python-builder.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
GOLANG_VERSION: 1.24.7
1414

1515
jobs:
16-
operator:
16+
build-and-push:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
@@ -31,14 +31,8 @@ jobs:
3131
username: ${{ secrets.DOCKER_USERNAME }}
3232
password: ${{ secrets.DOCKER_PASSWORD }}
3333

34-
- name: Set default docker tag for builds from master
35-
id: docker-tag
36-
run: |
37-
USER_INPUT="${{ github.event.inputs.docker-tag }}"
38-
echo "value=${USER_INPUT:-latest}" >> $GITHUB_OUTPUT
39-
4034
- name: Build and push
4135
working-directory: ./python-builder/
4236
run: |
43-
make DOCKER_IMAGE_VERSION=${{ steps.docker-tag.outputs.value }} build_docker_image
44-
make DOCKER_IMAGE_VERSION=${{ steps.docker-tag.outputs.value }} push_to_registry
37+
make DOCKER_IMAGE_VERSION=0.9 build_docker_image
38+
make DOCKER_IMAGE_VERSION=0.9 push_to_registry

0 commit comments

Comments
 (0)