From 6629982196ccc3d1316ba7bac1c03d9474f319d0 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:41:25 -0400 Subject: [PATCH] Update build-libra.yml --- .github/workflows/build-libra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-libra.yml b/.github/workflows/build-libra.yml index 49cb8c3..77b7472 100644 --- a/.github/workflows/build-libra.yml +++ b/.github/workflows/build-libra.yml @@ -6,7 +6,7 @@ on: jobs: docker: env: - IMAGE_TAG: "1.8" + IMAGE_TAG: "1.9" runs-on: ubuntu-latest steps: - name: Get branch names @@ -70,4 +70,4 @@ jobs: push: true file: "./data_management/DluWatcher" tags: - "kingstonduo/dlu-watcher:${{steps.branch-names.outputs.current_branch}}" \ No newline at end of file + "kingstonduo/dlu-watcher:${{steps.branch-names.outputs.current_branch}}"