Skip to content

Commit

Permalink
update the docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiKrispin committed Feb 24, 2024
1 parent 7f482e0 commit 0603d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9000
image: docker.io/rkrispin/eia_data_refresh:dev.0.0.0.9003
steps:
- name: checkout_repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data_refresh_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
refresh-the-dashboard:
runs-on: ubuntu-22.04
container:
image: docker.io/rkrispin/eia_data_refresh:arm64.0.0.0.9002
image: docker.io/rkrispin/eia_data_refresh:arm64.0.0.0.9003
steps:
- name: checkout_repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 0603d21

Please sign in to comment.