From 4fe44b8107aee05209eabfe44f18eeefcdbdcacb Mon Sep 17 00:00:00 2001 From: Manuel Andruccioli Date: Mon, 29 Jan 2024 20:13:52 +0100 Subject: [PATCH] fix: typo in docker release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37d810d5..f79850e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,4 +60,4 @@ jobs: push: true file: Dockerfile-gym-ros platforms: linux/amd64,linux/arm64 - tags: manuandru/f1tenth-gym-ros-model-env:lastest,manuandru/f1tenth-gym-ros-model-env:${{ steps.tag.outputs.tag }} + tags: manuandru/f1tenth-gym-ros-model-env:latest,manuandru/f1tenth-gym-ros-model-env:${{ steps.tag.outputs.tag }}