From 5aeef0f714a32a2394d4b409a99c1334b8ccafba Mon Sep 17 00:00:00 2001 From: hfmartinez Date: Mon, 24 Jun 2024 14:06:00 -0500 Subject: [PATCH] [update] docker version --- .devcontainer/devcontainer.json | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 88a74b6..9e73ef4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "NSDF Tutorial", - "image": "globalcomputinglab/somospie_openvisus:acm_tutorial_2024", + "image": "globalcomputinglab/somospie_openvisus:acm-tutorial-2024", "containerEnv": { "PROJ_LIB": "/opt/conda/envs/NSDF-Tutorial/share/proj" }, diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c55b0d5..c7a1981 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: with: push: true file: ./hands-on/Dockerfile - tags: ${{ secrets.DOCKERHUB_ORG }}/somospie_openvisus:acm_tutorial_2024 + tags: ${{ secrets.DOCKERHUB_ORG }}/somospie_openvisus:acm-tutorial-2024 env: DOCKER_CLI_EXPERIMENTAL: enabled