Fix typo
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s

This commit is contained in:
MSWS
2025-03-16 11:27:39 -07:00
parent ffc482f0ef
commit 961d660025

View File

@@ -22,7 +22,7 @@ jobs:
- name: Build and push Docker image
run: |
IMAGE_NAME=registry.msws.xyz/ms/steamcmd:lastest
IMAGE_NAME=registry.msws.xyz/ms/steamcmd:latest
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME
env: