From 43917bfb395ebae01dacfc934c9884a1f248cfbd Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Sun, 7 Apr 2024 22:10:53 -0400 Subject: [PATCH] [5] update build ids --- .github/workflows/develop.yml | 4 ++-- .github/workflows/latest.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- VERSION | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 466ab05e..e326b487 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -46,8 +46,8 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - name: Build and push - id: docker_build + - name: Build and push Lxml Version + id: docker_build_lxml uses: docker/build-push-action@v5 with: context: ./ diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 08a939c0..fdc61cc6 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -40,8 +40,8 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - name: Build and push - id: docker_build + - name: Build and push Lxml Version + id: docker_build_lxml uses: docker/build-push-action@v5 with: context: ./ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ac87faea..94fef3d1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -46,8 +46,8 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - name: Build and push - id: docker_build + - name: Build and push Lxml Version + id: docker_build_lxml uses: docker/build-push-action@v5 with: context: ./ diff --git a/VERSION b/VERSION index fff225b1..ac41a0c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.0-develop4 +1.21.0-develop5