From 7f482e0b6fb9d0d9fd14b554aefb57193e0c1825 Mon Sep 17 00:00:00 2001 From: RamiKrispin Date: Fri, 23 Feb 2024 05:38:59 -0800 Subject: [PATCH] update the docker tag --- .github/workflows/data_refresh_py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data_refresh_py.yml b/.github/workflows/data_refresh_py.yml index f9b0596ece..d7dc1393f8 100644 --- a/.github/workflows/data_refresh_py.yml +++ b/.github/workflows/data_refresh_py.yml @@ -7,7 +7,7 @@ jobs: refresh-the-dashboard: runs-on: ubuntu-22.04 container: - image: docker.io/rkrispin/eia_data_refresh:dev.0.0.0.9002 + image: docker.io/rkrispin/eia_data_refresh:arm64.0.0.0.9002 steps: - name: checkout_repo uses: actions/checkout@v3